Configuring srTCM Color Blind Mode
- 06 Jul 2023
- 1 Minute to read
- Contributors
- Print
- PDF
Configuring srTCM Color Blind Mode
- Updated on 06 Jul 2023
- 1 Minute to read
- Contributors
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
To configure srTCM color blind mode
- Bring up the physical interface.
configure terminal
interface ra xl 0/1-4
shutdown
end
configure terminal
interface xl 0/2
no shutdown
end
configure terminal
interface xl 0/4
no shutdown
end
- Configure CustomerEdgePort and ProviderEdgePort.
configure terminal
bridge-mode provider-edge
interface xl 0/4
bridge port-type customerEdgePort
switchport ingress ether-type 0x8100
end
configure terminal
interface xl 0/2
bridge port-type providerNetworkPort
switchport egress ether-type 0x8100
switchport egress inner-ether-type 0x8100
switchport ingress ether-type 0x8100
switchport ingress inner-ether-type 0x8100
end
- Configure S-VLAN and assign member ports.
configure terminal
vlan 2000
ports xl 0/4,0/2 untagged xl 0/4
end
- Configure Ethernet service mapping between C-VLAN and S-VLAN.
configure terminal
interface xl 0/4
switchport customer-vlan 1000 service-vlan 2000
end
- Configure Access list for traffic classification.
configure terminal
mac access-list extended 1
permit any any priority 50 double-tag
end
- Apply the Access list to the physical interface.
configure terminal
interface xl 0/4
mac access-group 1 in
end
- Configure the class-map and map access list.
configure terminal
class-map 10
match access-group mac-access-list 1
set class 10
end
- Assign the QOS CLASS to the virtual Queue.
configure terminal
queue-map CLASS 10 queue-id 3
end
- Configure srTCM metering with color blind mode.
configure terminal
meter 1
meter-type srTCM cir 10000000 cbs 187500000 ebs 250000000
end
- Configure SrTCM QOS metering actions.
configure terminal
policy-map 10
set meter 1 conform-action cos-transmit-set 7 exceed-action cos-transmit-set 5 violate-action cos-transmit-set 3
set policy class 10 default-priority-type none
end
configure terminal
set meter-st enable meter-id 1
end
Note: In srTCM color blind mode, Green packet, Yellow packet, and Red packet remarking are supported.
© 2024 Cisco and/or its affiliates. All rights reserved.
For more information about trademarks, please visit: Cisco trademarks
For more information about legal terms, please visit: Cisco legal terms
For legal information about Accedian Skylight products, please visit: Accedian legal terms and tradmarks
Was this article helpful?