Cisco Cisco Packet Data Gateway (PDG)

Pagina di 1952
match dst-port-range
Specifies a traffic classification rule based on the range of destination ports for L4 packets.
Product
PDSN
HA
ASN-GW
HSGW
P-GW
SAEGW
SCM
Privilege
Security Administrator, Administrator
Command Modes
Exec > Global Configuration > Context Configuration > Class-Map Configuration
configure > context context_name > class-map class_map_name
Entering the above command sequence results in the following prompt:
[
context_name
]
host_name
(config-class-map)#
Syntax Description
match dst-port-range initial_port_number [ to last_port_number ]
initial_port_number [ to last_port_number ]
Specifies the destination port or range of ports of L4 packets.
initial_port_number is the starting port number and must be an integer 1 to 65535 but less than
last_port_number, if specified.
last_port_number is the end port number and must be an integer from 1 to 65535 but more than
initial_port_number.
Usage Guidelines
Sets the match rule based on the destination port number or range of ports of L4 packets for specific Class
Map.
Examples
The following command specifies the rule for packets having destination port number from 23 to 88.
match dst-port-range 23 to 88
   Command Line Interface Reference, Modes C - D, StarOS Release 19
400
Class-Map Configuration Mode Commands
match dst-port-range