show security flow service-offload virtual-offload statistics (CSDS)
Syntax
show security flow service-offload virtual-offload statistics (interface_name | all)
Description
Display sessions offload statistics on the firewall for the Connected Security Distributed Services (CSDS) architecture Express Path solution.
Options
interface_name |
Show information for the specified interface. |
| all |
List information for all interfaces. |
Required Privilege Level
view
Output Fields
Table 1 lists the output fields for the show security ipsec
security-associations command.
| Field Name | Field Description |
|---|---|
| Interface |
Name of the interface. |
| Family |
INET or INET6 family of IP address. |
| Service-id |
A unique identifier for the service configuration associated with the INET or INET6 family, which pertains to IPv4 or IPv6 addressing. |
| Local-address |
The IP address assigned to the local interface. |
| Remote-address |
The IP address assigned to the remote interface. |
| Local-port |
The port number used by the local endpoint for data transmission. |
| Install-msg |
The counter that measures the number of times the firewall sends service offload messages to the router to proceed with session offloading after the initial packet inspection. The counter accumulates counts from every session associated with the interfaces. |
| Delete-msg |
The counter that measures the number of times the firewall instructs not to offload sessions to the router after the initial packet inspection. The counter accumulates counts from every session associated with the interfaces. |
| Stats-msg |
The counter that measures the total number of statistics messages that an interface receives. The counter accumulates counts from every session associated with the interfaces. |
Sample Output
show security flow service-offload virtual-offload statistics all
user@vsrx> show security flow service-offload virtual-offload statistics all
Interface : ge-0/0/0.0
Family INET:
Service-id: 1
Local-address: 192.168.1.2
Remote-address: 10.10.1.2
Local-port: 38001
Family INET6:
Service-id: 3
Local-address: 2001:db8::/2
Remote-address: 2001:db8::/1
Local-port: 38003
Install-msg: 5
Delete-msg: 5
Stats-msg: 0
Interface : ge-0/0/1.0
Family INET:
Service-id: 2
Local-address: 192.168.2.3
Remote-address: 10.20.2.4
Local-port: 38002
Local-virtual-router: sof
Family INET6:
Service-id: 4
Local-address: 2001:db8::/3
Remote-address: 2001:db8::/4
Local-port: 38004
Install-msg: 153
Delete-msg: 153
Stats-msg: 0Release Information
Command introduced in Junos OS Release 25.4R1.