JetStream  52-Port Gigabit Stackable L3 Managed Switch  CLI Guide 
 
Syntax 
match ip { dscp | precedence | tos
} 
value 
Parameter 
value(dscp)
 —— Enter a DSCP value in the range of 0 to 63. 
value(precedence) 
—— Enter an IP precedence value in the range of 0 to 7. 
value(tos)
 —— Enter a two-digit hexadecimal number in the range of 00 to ff. 
Command Mode 
Class-Map Configuration Mode( IPv4) 
Example 
Create an IPv4 class whose name is “Market”, definites a match condition that 
the DSCP value is 23: 
T3700G-52TQ(config)#class-map match-all Market ipv4 
T3700G-52TQ(config-cmap)#match ip dscp 23 
25.22  match vlan 
Description 
The match vlan command definites a match condition based on the VLAN ID. 
The match condition only apply to an IPv4 class. 
Syntax 
match vlan 
vlan-id
 
Parameter 
vlan-id
 —— The VLAN ID, ranging from 1 to 4093. 
Command Mode 
Class-Map Configuration Mode( IPv4) 
Example 
Create an IPv4 class whose name is “Market”, definites a match condition that 
the VLAN ID should be 3: 
T3700G-52TQ(config)#class-map match-all Market ipv4 
T3700G-52TQ(config-cmap)#match vlan 3 
195