Alcatel-Lucent omnistack 6300 Guía Del Usuario

Descargar
Página de 21
 When sending Flow1 lower than 1Mbps: 
Packets exiting OmniSwitch6300 have 802.1p 7 and ToS byte unchanged  
 
 When sending Flow1 higher than 1Mbps: 
Packets exiting OmniSwitch6300 have 802.1p 7 and ToS byte unchanged for traffic not exceeding 1Mbps 
Packets exiting OmniSwitch6300 have 802.1p 7 and ToS byte dscp 63 for traffic exceeding 1Mbps 
 
 When sending Flow2 lower than 2Mbps: 
Packets exiting OmniSwitch6300 have 802.1p unchanged and ToS byte precedence 5 
 
When sending Flow2 higher than 2Mbps: 
Packets exiting OmniSwitch6300 have 802.1p unchanged and ToS byte precedence 5 for traffic not exceeding 
2Mbps 
Packets exiting OmniSwitch6300 have 802.1p unchanged and ToS byte dscp 62 for traffic exceeding 2Mbps  
 
 
 
 
6.7 Egress “Service Policy”: 1 “Policy Map” + 1 “ip precedence” and 1 “ip dscp” 
“Class Map” with action set cos, set ip precedence  
 
We want to: (on egress interface 1/3) 
set cos 7 for flow1 (packets with ToS 3) 
set ip precedence 5 for flow2 (packets with DSCP 12) 
 
Console(config)# access-list ip mask-precedence out 
Console(config-ip-mask-acl)# mask any any precedence 
Console(config-ip-mask-acl)# mask any any dscp 
Console(config-ip-mask-acl)#exit 
 
Console(config)# class-map FLOW1 match-any 
Console(Config-cmap)# match ip precedence 3 
Console(config-cmap)# exit 
 
Console(config)# class-map FLOW2 match-any 
Console(Config-cmap)# match ip dscp 12 
Console(config-cmap)# exit 
 
Console(config)# policy-map P1 
Console(Config-pmap)# class FLOW1 
Console(Config-pmap-c)# set cos 7 
Console(config-pmap-c)# exit 
Console(Config-pmap)# class FLOW2 
Console(Config-pmap-c)# set ip precedence 5 
Console(config-pmap-c)# exit 
Console(Config-pmap)# exit 
 
Console(config)# interface ethernet 1/3 
Console(Config-if)# service-policy output P1 
Console(Config-if)# exit 
 
Packets exiting OmniSwitch6300 have 802.1p 7 and ToS byte unchanged for Flow1 
Packets exiting OmniSwitch6300 have 802.1p unchanged and ToS byte precedence 5 for Flow2