Knowledge Base
v5.8.0
Search this version
Knowledge Base
Knowledge Base
Configuration & Setup
Error & Troubleshooting
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
How to Simulate ICAP Traffic to Test ICAP Functionality Using Telnet?
Copy Markdown
Open in ChatGPT
Open in Claude
Telnet Installation
Windows:
Make sure Telnet is enabled under "Turn Windows features on or off."

Linux:
Make sure Telnet is installed on your system.
Debian/Ubuntu-based distributions:
Bash
xxxxxxxxxxsudo apt install telnet -yRHEL/CentOS/Fedora:
Bash
xxxxxxxxxxsudo yum install telnet -yFor newer versions (CentOS 8+, RHEL 8+, Fedora):
Bash
xxxxxxxxxxsudo dnf install telnet -yVerify Installation:
After installation, check if Telnet is installed by running:
Bash
xxxxxxxxxxtelnet --versionSimulate ICAP traffic using Telnet
1. Open a Telnet Connection
Use the following command in a terminal or command prompt:
Bash
xxxxxxxxxxtelnet <ICAP_SERVER> <ICAP_PORT>Example:
Bash
xxxxxxxxxxtelnet 192.168.233.132 13442. Construct an ICAP Request
After connecting via telnet, Copy and paste the ICAP request. Below is an example request for REQMOD (Request Modification):
ICAP REQMOD Request Example:
Bash
xxxxxxxxxxREQMOD icap://192.168.233.132/OMSScanReq-AV ICAP/1.0Host: 192.168.1.100Encapsulated: req-hdr=0, null-body=120 GET /index.html HTTP/1.1Host: www.example.comUser-Agent: Telnet-ICAPAfter typing, press Enter twice to send the request.
If the request is successful, you will see the response as the output.

On the MetaDefender ICAP Console Management

If Further Assistance is required, please proceed to create a support case or chat with our support engineer.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Next to read:
Why Upgrade to MetaDefender ICAP 5.7.0 or 5.8.0 fails?null
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message
On This Page
How to Simulate ICAP Traffic to Test ICAP Functionality Using Telnet?Telnet InstallationSimulate ICAP traffic using TelnetWindows:Linux:1. Open a Telnet Connection2. Construct an ICAP RequestDebian/Ubuntu-based distributions:RHEL/CentOS/Fedora:For newer versions (CentOS 8+, RHEL 8+, Fedora):Verify Installation: