07-Layer 3—IP Services Command Reference

HomeSupportRoutersMSR5600 Series(Comware V7)Reference GuidesCommand ReferencesH3C MSR 5600 Routers Command Reference(V7)-R6728-6W10007-Layer 3—IP Services Command Reference
22-Web caching commands
Title Size Download
22-Web caching commands 111.89 KB

Web caching commands

The MSR 56-60 and MSR 56-80 routers installed with the MPU-100-G modules do not support parameters or commands that are available only in IRF mode.

backup

Use backup to specify a backup Web caching slot.

Use undo backup to restore the default.

Syntax

In standalone mode:

backup slot slot-number

undo backup

In IRF mode:

backup chassis chassis-number slot slot-number

undo backup

Default

No backup Web caching slot is specified.

Views

Web cache view

Predefined user roles

network-admin

Parameters

slot slot-number: Specifies a card by its slot number. (In standalone mode.)

chassis chassis-number slot slot-number: Specifies a card on an IRF member device. The chassis-number argument represents the member ID of the IRF member device. The slot-number argument represents the slot number of the card. (In IRF mode.)

Usage guidelines

To enhance the high availability of Web caching, configure the Web cache backup feature. You can use this command to specify a backup Web caching slot. When the primary slot (specified by using the web-cache command) fails, the backup slot will take over to provide the Web caching service to ensure service continuity. When the primary slot recovers, the Web caching service switches back to the primary slot.

Examples

# (In standalone mode.) Specify a backup Web caching slot.

<Sysname> system-view

[Sysname] web-cache slot 1

[Sysname-web-cache-slot1] backup slot 2

# (In IRF mode.) Specify a backup Web caching slot.

<Sysname> system-view

[Sysname] web-cache chassis 1 slot 0

[Sysname-web-cache-slot1] backup chassis 1 slot 1

cached-data

Use cached-data to specify the types of the webpage files to be cached.

Use undo cached-data to restore the default.

Syntax

cached-data { apk | bmp | doc | docx | gif | gzip | ipa | jar | jpg | jpeg | mp4 | pdf | png | ppt | pptx | rar | swf | tar | txt | xls | xlsx | zip } *

undo cached-data

Default

No webpage file types are specified.

Views

Web cache view

Predefined user roles

network-admin

Parameters

apk: Specifies .apk files.

bmp: Specifies .bmp files.

doc: Specifies .doc files.

docx: Specifies .docx files.

gif: Specifies .gif files.

gzip: Specifies .gzip files.

ipa: Specifies .ipa files.

jar: Specifies .jar files.

jpg: Specifies .jpg files.

jpeg: Specifies .jpeg files.

mp4: Specifies .mp4 files.

pdf: Specifies .pdf files.

png: Specifies .png files.

ppt: Specifies .ppt files.

pptx: Specifies .pptx files.

rar: Specifies .rar files.

swf: Specifies .swf files.

tar: Specifies .tar files.

txt: Specifies .txt files.

xls: Specifies .xls files.

xlsx: Specifies .xlsx files.

zip: Specifies .zip files.

Usage guidelines

If you do not specify the types of the webpage files to be cached, the Web caching feature does not cache any types of files on webpages.

Execute this command before enabling Web caching.

Before configuring or modifying file type settings, you must disable Web caching. After configuring or modifying file type settings, enable Web caching again.

Execution of the undo cached-data command will not delete webpage files saved in the Web cache directory. The Web caching feature can still cache webpage files specified by using the cached-file command.

Examples

# (In standalone mode.) Configure the Web caching feature to cache .doc and .docx files on webpages.

<Sysname> system-view

[Sysname] web-cache slot 1

[Sysname-web-cache-slot1] cached-data doc docx

# (In IRF mode.) Configure the Web caching feature to cache .doc and .docx files on webpages.

<Sysname> system-view

[Sysname] web-cache chassis 1 slot 1

[Sysname-web-cache-chassis1-slot1] cached-data doc docx

Related commands

http enable

https enable

cached-extension-name

Use cached-extension-name to specify an extension of files to be cached.

Use undo cached-extension-name to remove extensions of files to be cached.

Syntax

cached-extension-name extension-name

undo cached-extension-name [ extension-name ]

Default

No extensions are specified for files to be cached.

Views

Web cache view

Predefined user roles

network-admin

Parameters

extension-name: Specifies a file extension by its name, a case-sensitive string of 1 to 16 characters. Valid characters include letters, digits, underscores (_), and hyphens (-)

Usage guidelines

Use this command to specify a file type by its extension If the file type is not available for the cached-data command.

You can configure this command multiple times to specify a maximum of 64 file extensions.

Execute this command before enabling Web caching.

Before configuring or modifying file extension settings, you must disable Web caching. After configuring or modifying file extension settings, enable Web caching again.

If you specify webpage files to be cached by file name, file type, and file extension, the device caches webpages file in the following order:

1.     Webpage files with a file name specified by using the cached-file command.

2.     Webpage files with a file type specified by using the cached-data command or file extension specified by using the cached-extension-name command.

Examples

# (In standalone mode.) Configure the Web caching feature to cache files with extension name cab.

<Sysname> system-view

[Sysname] web-cache slot 1

[Sysname-web-cache-slot1] cached-extension-name cab

Related commands

cached-data

cached-file

cached-file

Use cached-file to specify a webpage file to be cached.

Use undo cached-file to remove a webpage file to be cached.

Syntax

cached-file file-name

undo cached-file [ file-name ]

Default

No webpage files can be cached.

Views

Web cache view

Predefined user roles

network-admin

Parameters

file-name: Specifies a webpage file by its name, a case-sensitive string of 1 to 127 characters.

Usage guidelines

You can repeat this command to specify multiple webpage files to be cached.

If you specify both webpage files and types of the webpage files to be cached, the device caches the matching webpage files of the specified types.

Before you add or delete a webpage file to be cached, you must disable Web caching. After adding or deleting the webpage file, enable Web caching again.

Execution of the undo cached-file command will not delete webpage files saved in the Web cache directory.

Examples

# (In standalone mode.) Specify file test1.doc as a webpage file to be cached.

<Sysname> system-view

[Sysname] web-cache slot 1

[Sysname-web-cache-slot1] cached-file test1.doc

# (In IRF mode.) Specify file test1.doc as a webpage file to be cached.

<Sysname> system-view

[Sysname] web-cache chassis 1 slot 1

[Sysname-web-cache-chassis1-slot1] cached-file test1.doc

Related commands

cached-data

cache-limit

Use cache-limit to set the maximum total size for Web cache files.

Use undo cache-limit to restore the default.

Syntax

cache-limit size

undo cache-limit

Default

The maximum total size of Web cache files is 4 GB.

Views

Web cache view

Predefined user roles

network-admin

Parameters

size: Specifies the maximum total size for Web cache files in GB. The value range is 1 to 4095. The default is 4.

Usage guidelines

Before changing the maximum total file size setting, you must disable Web caching. After changing the maximum total file size setting, enable Web caching again.

The maximum total size for Web cache files must be smaller than the maximum storage space size in the working directory. To display the maximum size of storage space in the working directory, execute the display web-cache command. After the effective maximum total size is reached, the device deletes the oldest Web cache file to save the new Web cache file.

The aging time for Web cache files is fixed at 30 days. When the device reboots or receives a request for the content in a Web cache file, it restarts the aging timer. If no users request the content in a file before the aging timer expires, the device deletes the file.

Examples

# (In standalone mode.) Set the maximum total size for Web cache files to 3 GB.

<Sysname> system-view

[Sysname] web-cache slot 1

[Sysname-web-cache-slot1] cache-limit 3

# (In IRF mode.) Set the maximum total size for Web cache files to 3 GB.

<Sysname> system-view

[Sysname] web-cache chassis 1 slot 1

[Sysname-web-cache-chassis1-slot1] cache-limit 3

display web-cache

Use display web-cache to display Web caching information.

Syntax

display web-cache [ history [ last { day | 30-days | 365-days | hour | minute | week } | verbose ] ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

history: Displays history information. If you specify this keyword but do not specify any following keywords, the command displays the current statistics, which is collected at 1-second intervals. If you do not specify this keyword, the command displays Web cache configuration and statistics for the most recent time ranges.

last: Displays statistics for a specific period of time in the past. If you do not specify this keyword, the command displays the current statistics and the statistics for specific periods of time in the past.

minute: Displays statistics for the most recent one minute.

hour: Displays statistics for the most recent one hour.

day: Displays statistics for the most recent one day.

week: Displays statistics for the most recent one week.

30-days: Displays statistics for the most recent 30 days.

365-days: Displays statistics for the most recent 365 days.

verbose: Displays detailed information. If you do not specify this keyword, the command displays brief information.

Examples

# Display the current Web caching statistics.

<Sysname> display web-cache history

Date TimeRange ConnectTop CacheTop BandwidthSaved CacheHitRate

2018/06/20 14:43:02-14:43:03 3 16.0KB 0 0%

2018/06/20 14:43:01-14:43:02 3 16.0KB 96.0Kbps 100%

# Display all Web caching information.

<Sysname> display web-cache

Web-cache configurations

  Cache path: flash:/var/web-cache/proxy/cache

  Max connections: 1022

  Max cache size: 3GB

 

Current state information

  Cache memory: 0

  Cache count: 0

 

Statistics for past 1 minute

  ConnectTop: 2

  CacheTop: 0

  Bandwidth saved:                      0

  Cached data transmission speed:       0

  Cached data transmitted:              0

  Download speed:                       0

  Download size:                        0

  CacheHitRate: 0%

    Hit count: 0                     Miss count: 0

 

Statistics for past 1 hour

  ConnectTop: 2

  CacheTop: 0

  Bandwidth saved:                      0

  Cached data transmission speed:       0

  Cached data transmitted:              0

  Download speed:                       0

  Download size:                        0

  CacheHitRate: 0%

    Hit count: 0                     Miss count: 0

 

Statistics for past 1 day

  ConnectTop: 2

  CacheTop: 463.4MB

  Bandwidth saved:                      0

  Cached data transmission speed:       0

  Cached data transmitted:              0

  Download speed:                       0

  Download size:                        0

  CacheHitRate: 0%

    Hit count: 0                     Miss count: 0

 

Statistics for past 30 days

  ConnectTop: 2

  CacheTop: 463.4MB

  Bandwidth saved:                      0

  Cached data transmission speed:       0

  Cached data transmitted:              0

  Download speed:                       0

  Download size:                        0

  CacheHitRate: 0%

    Hit count: 0                     Miss count: 0

 

Statistics for past 365 days

  ConnectTop: 2

  CacheTop: 463.4MB

  Bandwidth saved:                      0

  Cached data transmission speed:       120 Kbps

  Cached data transmitted:              400MB

  Download speed:                       0

  Download size:                        0

  CacheHitRate: 0%

Hit count: 0                     Miss count: 0

# Display detailed current Web caching statistics.

<Sysname> display web-cache history verbose

2018/06/05 09:02:47-09:02:48

  ConnectTop: 2

  CacheTop: 0

  Bandwidth saved:                      0

  Cached data transmission speed:       0

  Cached data transmitted:              0

  Download speed:                       0

  Download size:                        0

  CacheHitRate: 0%

    Hit count: 0                     Miss count: 0

 

2018/06/05 09:02:46-09:02:47

  ConnectTop: 2

  CacheTop: 0

  Bandwidth saved:                      0

  Cached data transmission speed:       0

  Cached data transmitted:              0

  Download speed:                       0

  Download size:                        0

  CacheHitRate: 0%

    Hit count: 0                     Miss count: 0

Table 1 Command output

Field

Description

Cache path

Web cache directory.

Max connections

Maximum number of connections allowed.

Max cache size

Current maximum storage space size.

Cache memory

Current total size of Web cache files.

Cache count

Number of Web cache files.

Statistics for past 1 minute

Web caching statistics for the most recent one minute.

Statistics for past 1 hour

Web caching statistics for the most recent one hour.

Statistics for past 1 day

Web caching statistics for the most recent one day.

Statistics for past 30 days

Web caching statistics for the most recent 30 days.

Statistics for past 365 days

Web caching statistics for the most recent 365 days.

ConnectTop

Maximum number of connections during the specified period of time.

CacheTop

Maximum total size of Web cache files during the specified period of time, in KB, MB, GB, or TB.

Bandwidth saved

Bandwidth saved during the specified period of time, in Kbps, Mbps, Gbps, or Tbps.

Cached data transmission speed

Speed at which cached data was transferred to users during the specified period of time, in Kbps, Mbps, Gbps, or Tbps.

Cached data transmitted

Amount of cached data that was transferred to users during the specified period of time, in KB, MB, GB, or TB.

Download speed

Speed at which cached data was downloaded from Web servers during the specified period of time, in Kbps, Mbps, Gbps, or Tbps.

Download size

Amount of cached data that was downloaded from Web servers during the specified period of time, in KB, MB, GB, or TB.

CacheHitRate

Percentage of hits of cached data.

Hit count

Number of hits of cached data.

Miss count

Number of times that cached data was not matched.

 

file-directory

Use file-directory to set the primary Web cache directory.

Use undo file-directory to restore the default.

Syntax

file-directory directory

undo file-directory

Default

The primary Web cache directory is not set.

Views

Web cache view

Predefined user roles

network-admin

Parameters

directory: Specifies the primary Web cache directory, starting from the storage medium location information slotn#. The slot number n must be the same as the slot number of the Web cache view. (In standalone mode.)

directory: Specifies the primary Web cache directory, starting from the storage medium location information chassismslotn#. The chassis number m and slot number n must be the same as the chassis number and slot number of the Web cache view. (In IRF mode.)

Usage guidelines

Before changing the Web cache directory, you must disable Web caching. After changing the Web cache directory, enable Web caching again.

Make sure the storage medium where the Web cache directory resides has sufficient storage space. The Web caching feature saves its operation data and the Web content to be cached to files in the directory. The directory typically needs a storage space of over 1 GB.

Before specifying a Web cache directory, make sure all files in the upper-level directory are using a different name than the Web cache directory or have a file extension. For example, if you want to specify flash:/web-cache as the Web cache directory, files without a file extension in the flash: directory cannot use web-cache as the file name.

The primary Web cache directory for a Web cache view must reside on the same slot as the Web view.

Examples

# (In standalone mode.) Set the primary Web cache directory.

<Sysname> system-view

[Sysname] web-cache slot 1

[Sysname-web-cache-slot1] file-directory slot1#flash:/aaa

# (In IRF mode.) Set the primary Web cache directory.

<Sysname> system-view

[Sysname] web-cache chassis 1 slot 1

[Sysname-web-cache-chassis1-slot1] file-directory chassis1#slot1#flash:/aaa

dual-gateway-channel

Use dual-gateway-channel to configure a channel for traffic direction with the peer gateway.

Use undo dual-gateway-channel to delete the traffic direction channels.

Syntax

dual-gateway-channel [ vpn-instance vpn-instance-name ] interface interface-type interface-number peer ipv4-address

undo dual-gateway-channel [ vpn-instance vpn-instance-name ]

Default

No channels are configured for traffic direction with the peer gateway.

Views

Web cache view

Predefined user roles

network-admin

Parameters

vpn-instance vpn-instance-name: Specifies the VPN instance of the peer gateway. The vpn-instance-name argument represents the VPN instance name, a case-sensitive string of 1 to 31 characters. The specified VPN instance must have existed. If you do not specify a VPN instance, this command applies to the peer gateway device in the public network.

interface interface-type interface-number: Specifies the traffic direction channel interface by its type and number.

peer ipv4-address: Specifies the IPv4 address of the peer gateway. This address must be a unicast address.

Usage guidelines

This command applies to the Web cache dual gateway scenario. In this scenario, two gateways provide the Web cache service for users simultaneously, and equal cost paths exist on both the uplink and downlink for Web cache. If the uplink and downlink traffic forwarding paths are not the same, the uplink traffic and downlink traffic will be forwarded to different gateways for processing. The downlink traffic therefore cannot be forwarded to the users and the users cannot access the requested Web resources as a result.

To avoid this issue, you can use this command to configure a traffic direction channel with the peer gateway. If the device receives Web cache downlink traffic for a user that it cannot find, the device forwards the downlink traffic to the peer gateway through the specified channel interface, so the peer gateway can provide Web resources for the user correctly.

 

 

NOTE:

In the Web cache dual gateway scenario, the uplink traffic refers to the HTTP/HTTPS requests sent from user hosts to Web servers, and the downlink traffic refers to the HTTP/HTTP responses sent from Web servers to user hosts.

Before you execute this command, disable the Web cache feature. After this command is executed again, enable the Web cache feature again.

Make sure the specified IPv4 address of the peer gateway is reachable, and in the routing table, the outgoing interface for this IPv4 address is the channel interface specified in this command.

You can configure multiple traffic direction channels in multiple VPN instances. If you execute this command for the same VPN instance or for the public network multiple times, the most recent configuration takes effect.

Examples

# (In standalone mode.) Specify channel interface GigabitEthernet 1/0/1 for traffic direction with peer gateway 1.1.1.1 in VPN instance test.

<Sysname> system

[Sysname] web-cache slot 1

[Sysname-web-cache-slot1] dual-gateway-channel vpn-instance test interface gigabitethernet 1/0/1 peer 1.1.1.1

# (In IRF mode.) Specify channel interface GigabitEthernet 1/0/1 for traffic direction with peer gateway 1.1.1.1 in VPN instance test.

<Sysname> system

[Sysname] web-cache chassis 1 slot 1

[Sysname-web-cache-chassis1-slot1] dual-gateway-channel vpn-instance test interface gigabitethernet 1/0/1 peer 1.1.1.1

file-directory backup

Use file-directory backup to set the backup Web cache directory.

Use undo file-directory backup to restore the default.

Syntax

file-directory backup directory

undo file-directory backup

Default

No backup Web cache directory is set.

Views

Web cache view

Predefined user roles

network-admin

Parameters

directory: Specifies the backup Web cache directory, starting from the storage medium location information slotn#. The slot number n must be the same as the slot number of the Web cache view. (In standalone mode.)

directory: Specifies the backup Web cache directory, starting from the storage medium location information chassismslotn#. The chassis number m and slot number n must be the same as the chassis number and slot number of the Web cache view. (In IRF mode.)

Usage guidelines

To implement Web cache backup, use this command to specify the backup Web cache directory. When the device uses the primary slot for Web caching, it saves webpage files to the primary Web cache directory. When the device uses the backup Web caching slot, it saves webpage files to the backup Web cache directory.

Make sure the storage medium where the Web cache directory resides has sufficient storage space. The Web caching feature saves its operation data and the Web content to be cached to files in the directory. The directory typically needs a storage space of over 1 GB.

The backup Web cache directory for a Web cache view must reside on the backup slot. After the backup Web cache directory is created, the device will not synchronize cache files under the primary directory to the backup directory.

Before specifying a Web cache directory, make sure all files in the upper-level directory are using a different name than the Web cache directory or have a file extension. For example, if you want to specify flash:/web-cache as the Web cache directory, files without a file extension in the flash: directory cannot use web-cache as the file name.

Before changing the Web cache directory, you must disable Web caching. After changing the Web cache directory, enable Web caching again.

You must specify a directory on the slot same as the backup Web caching slot specified by using the backup command.

Examples

# (In standalone mode.) Set the backup Web cache directory.

<Sysname> system-view

[Sysname] web-cache slot 1

[Sysname-web-cache-slot1] file-directory backup slot4#flash:/webcache

# (In IRF mode.) Set the backup Web cache directory.

<Sysname> system-view

[Sysname] web-cache chassis 2 slot 1

[Sysname-web-cache-chassis2-slot1] file-directory backup chassis2#slot4#flash:/webcache

Related commands

backup

http enable

Use http enable to enable HTTP-based Web caching.

Use undo http enable to disable HTTP-based Web caching.

Syntax

http enable

undo http enable

Default

HTTP-based Web caching is disabled.

Views

Web cache view

Predefined user roles

network-admin

Usage guidelines

Before enabling HTTP-based Web caching, you must configure the types of the webpage files to be cached and the Web cache directory.

Examples

# (In standalone mode.) Enable HTTP-based Web caching.

<Sysname> system-view

[Sysname] web-cache slot 1

[Sysname-web-cache-slot1] http enable

# (In IRF mode.) Enable HTTP-based Web caching.

<Sysname> system-view

[Sysname] web-cache chassis 1 slot 1

[Sysname-web-cache-chassis1-slot1] http enable

Related commands

cached-data

file-directory

listen-port

https enable

Use https enable to enable HTTPS-based Web caching.

Use undo https enable to disable HTTP-based Web caching.

Syntax

https enable

undo https enable

Default

HTTPS-based Web caching is disabled.

Views

Web cache view

Predefined user roles

network-admin

Usage guidelines

Before enabling HTTPS-based Web caching, you must configure the types of the webpage files to be cached and the Web cache directory.

When the device enabled with HTTPS-based Web caching attempts to cache Web resources accessed by a user through HTTPS, the user will be prompted with a certificate warning. Because the certificate of the device is a private CA-issued digital certificate, it cannot pass the verification of the user host. To resolve this issue, the user can export the device's CA root certificate file (webcache_cacert.crt) from the Web caching working directory and import it to the trusted certificate authorities store. Then, the device' certificate can pass the verification of the user host so the user will not be prompted with the certificate warning.

Examples

# (In standalone mode.) Enable HTTPS-based Web caching.

<Sysname> system-view

[Sysname] web-cache slot 1

[Sysname-web-cache-slot1] https enable

# (In IRF mode.) Enable HTTPS-based Web caching.

<Sysname> system-view

[Sysname] web-cache chassis 1 slot 1

[Sysname-web-cache-chassis1-slot1] https enable

Related commands

file-directory

cached-data

https listen-port

Use https listen-port to set a port number for Web caching to listen for HTTPS packets.

Use undo https listen-port to remove a listening port number specified for Web caching to listen for HTTPS packets.

Syntax

https listen-port port-number [ server-port server-port-number ]

undo https listen-port [ port-number ]

Default

Web caching listens to port 443 for HTTPS packets.

Views

Web cache view

Predefined user roles

network-admin

Parameters

port-number: Specifies a TCP port number for Web caching to listen for HTTPS packets (HTTPS listening port number for Web caching). The value range is 1 to 65535.

server-port server-port-number: Specifies the listening port number of the Web server from which Web caching caches Web content. The value range is 1 to 65535, and the default is 443.

Usage guidelines

Use this command in either of the following situations:

·     A port number used by Web caching to listen for HTTPS packets is used by another service on the device, which causes Web caching fails to be enabled.

·     A Web server does not listen for HTTPS packets on port number 443.

After receiving an HTTPS request from a host, Web cache first checks whether the destination port number in the request matches an HTTPS listening port number of a Web server. If yes, Web caching replaces the destination port number with the listening port number of the Web server and forwards the request to the Web server. Upon receiving the HTTPS response from the Web server, Web caching replaces the source port number with the listening port number for Web caching before sending the response to the host.

An HTTPS listening port number for Web caching and an HTTPS listening port number for a Web server is a listening port number pair. If Web caching caches webpage files from multiple Web servers that use different listening port numbers, you must configure multiple listening port number pairs for the Web servers. A maximum of eight pairs are supported.

Before changing the listening port setting, you must disable Web caching. After changing the listening port setting, enable Web caching again.

Make sure the specified TCP port numbers are not being used by any other services on the device. To display TCP port numbers in use, execute the display tcp verbose command.

If a TCP port number has been specified as an HTTP listening port number, you cannot specify it as an HTTPS listening port number, and vice versa.

If you execute this command multiple times with the same Web caching listening port number or Web server caching listening port number, the most recent configuration takes effect.

Examples

# (In standalone mode.) Set the port number to 655 for Web caching to listen for HTTPS packets.

<Sysname> system-view

[Sysname] web-cache slot 1

[Sysname-web-cache-slot1] https listen-port 655

# (In IRF mode.) Set the port number to 655 for Web caching to listen for HTTP packets destined for the Web server hat uses the listening port number 8655.

<Sysname> system-view

[Sysname] web-cache slot 1

[Sysname-web-cache-slot1] https listen-port 655 server-port 8655

Related commands

https enable

listen-port

Use listen-port to set a port number for Web caching to listen for HTTP packets.

Use undo listen-port to remove a listening port number specified for Web caching to listen for HTTP packets.

Syntax

listen-port port-number [ server-port server-port-number ]

undo listen-port [ port-number ]

Default

Web caching listens to port 80 for HTTP packets.

Views

Web cache view

Predefined user roles

network-admin

Parameters

port-number: Specifies a TCP port number for Web caching to listen for HTTP packets (HTTP listening port number for Web caching). The value range is 1 to 65535.

server-port server-port-number: Specifies the listening port number of the Web server from which Web caching caches Web content. The value range is 1 to 65535, and the default is 80.

Usage guidelines

Use this command in either of the following situations:

·     A port number used by Web caching to listen for HTTP packets is used by another service on the device, which causes Web caching fails to be enabled.

·     A Web server does not listen for HTTP packets on port number 443.

After receiving an HTTP request from a host, Web cache first checks whether the destination port number in the request matches an HTTP listening port number of a Web server. If yes, Web caching replaces the destination port number with the listening port number of the Web server and forwards the request to the Web server. Upon receiving the HTTP response from the Web server, Web caching replaces the source port number with the listening port number for Web caching before sending the response to the host.

An HTTP listening port number for Web caching and an HTTP listening port number for a Web server is a listening port number pair. If Web caching caches webpage files from multiple Web servers that use different listening port numbers, you must configure multiple listening port number pairs for the Web servers. A maximum of eight pairs are supported.

Before changing the listening port setting, you must disable Web caching. After changing the listening port setting, enable Web caching again.

Make sure the specified TCP port numbers are not being used by any other services on the device. To display TCP port numbers in use, execute the display tcp verbose command.

If a TCP port number has been specified as an HTTPS listening port number, you cannot specify it as an HTTP listening port number, and vice versa.

If you execute this command multiple times with the same Web caching listening port number or Web server caching listening port number, the most recent configuration takes effect.

Examples

# (In standalone mode.) Set the port number to 655 for Web caching to listen for HTTP packets.

<Sysname> system-view

[Sysname] web-cache slot 1

[Sysname-web-cache-slot1] listen-port 655

# (In IRF mode.) Set the port number to 655 for Web caching to listen for HTTP packets destined for the Web server that uses the listening port number 8655.

<Sysname> system-view

[Sysname] web-cache slot 1

[Sysname-web-cache-slot1] listen-port 655 server-port 8655

Related commands

http enable

object-group

Use object-group to specify an IP address object group used to filter Web content to be cached.

Use undo object-group to remove an IP address object group used to filter Web content to be cached.

Syntax

object-group [ source ] { ip | ipv6 } object-group-name

undo object-group [ source ] { ip | ipv6 }

Default

No IP address object group is specified for filtering Web content. The Web caching feature caches webpage content from all Web servers.

Views

Web cache view

Predefined user roles

network-admin

Parameters

source: Caches Web content requested by specific Web clients. If you do not specify this keyword, the Web caching feature caches Web content from specific Web servers.

ip: Uses an IPv4 address object group to specify Web clients or Web servers.

ip: Uses an IPv6 address object group to specify Web clients or Web servers.

object-group-name: Specifies an IP address object group by its name, a case-insensitive string of 1 to 63 characters.

Usage guidelines

Use this command to configure the Web caching feature to cache only Web content requested by specific Web clients or sent from specific Web servers. This command requires the cooperation of the IP address object group feature. For more information about the IP address object group feature, see object group configuration in Security Configuration Guide.

Execute this command before enabling Web caching.

Before changing the IP address object group setting, you must disable Web caching. After changing the IP address object group setting, enable Web caching again.

If you execute this command multiple times with the object groups of the same type, the most recent configuration takes effect.

Examples

# (In standalone mode.) Configure the Web caching feature to cache only Web content from Web servers specified by IPv4 address object group aaa.

<Sysname> system-view

[Sysname] web-cache slot 1

[Sysname-web-cache-slot1] object-group ip aaa

# (In IRF mode.) Configure the Web caching feature to cache only Web content from Web servers specified by IPv4 address object group aaa.

<Sysname> system-view

[Sysname] web-cache chassis 1 slot 1

[Sysname-web-cache-chassis1-slot1] object-group ip aaa

Related commands

object-group (Security Command Reference)

web-cache

Use web-cache to create a Web cache view and enter its view, or enter an existing Web cache view.

Use undo web-cache to delete a Web cache view and all settings in the view.

Syntax

In standalone mode:

web-cache slot slot-number

undo web-cache slot

In IRF mode:

web-cache chassis chassis-number slot slot-number

undo web-cache chassis

Default

No Web cache views exist.

Views

System view

Predefined user roles

network-admin

Parameters

slot slot-number: Specifies a card by its slot number. (In standalone mode.)

chassis chassis-number slot slot-number: Specifies a card on an IRF member device. The chassis-number argument represents the member ID of the IRF member device. The slot-number argument represents the slot number of the card. (In IRF mode.)

Examples

# (In standalone mode.) Create a Web cache view and enter its view.

<Sysname> system-view

[Sysname] web-cache slot 1

[Sysname-web-cache-slot1]

# (In IRF mode.) Create a Web cache view and enter its view.

<Sysname> system-view

[Sysname] web-cache chassis 1 slot 1

[Sysname-web-cache-chassis1-slot1]

 

  • Cloud & AI
  • InterConnect
  • Intelligent Computing
  • Security
  • SMB Products
  • Intelligent Terminal Products
  • Product Support Services
  • Technical Service Solutions
All Services
  • Resource Center
  • Policy
  • Online Help
All Support
  • Become a Partner
  • Partner Resources
  • Partner Business Management
All Partners
  • Profile
  • News & Events
  • Online Exhibition Center
  • Contact Us
All About Us
新华三官网