JetStream  52-Port Gigabit Stackable L3 Managed Switch  CLI Guide 
 
Syntax 
match class-map 
rf-class-map-name 
no match class-map 
rf-class-map-name 
Parameter 
rf-class-map-name
 —— The name of the class to which you desire to refer. 
Command Mode 
Class-Map Configuration Mode 
Example 
Create a class whose name is “Market”, add the match criteria based on class 
“tp”: 
T3700G-52TQ(config)#class-map match-all Market 
T3700G-52TQ(config-cmap)#match class-map tp 
25.7  match dstl4port 
Description 
The  match dstl4port  command  definites a match condition based on the 
destination TCP/UDP port of a packet using a port number or a port keyword.   
Syntax 
match dstl4port { 
port-num | port-key 
} 
Parameter 
port-num
 —— The TCP/UDP port number, ranging from 0 to 65535. 
port-key 
—— The supported port keyword (domain / echo / ftp / ftpdata / http 
/ smtp / snmp / telnet / tftp / www). 
Command Mode 
Class-Map Configuration Mode 
Example 
Create a class whose name is “Market”, definites a match condition that the 
packets’s destination TCP/UDP port number should be 80: 
T3700G-52TQ(config)#class-map match-all Market 
T3700G-52TQ(config-cmap)#match dstl4port 80 
186