Briefing Riverbed Knowledge

What is the process for dropping the connection of an i…

What is the process for dropping the connection of an individual user that is currently being optimized? As an
example, consider an HTTP connection being optimized with a local address of 192.168.5.10 and remote
address of 192.168.5.90. (Select 2)

A.
From the GUI, under Connections, select the connection and click on the Reset button

B.
From the GUI, under Connections, select the connection and click on the Drop button

C.
From the CLI: tcp connection send reset local-only local-addr 192.168.5.10:9999 remote-addr
192.168.5.90:80

D.
From the CLI: tcp connection send reset remote-only local-addr 192.168.5.10 local-port 7800 remote-addr
192.168.5.90 remote-port 80

E.
From CLI: tcp reset user 192.168.5.10