![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||
Solution Type Technical Instruction Sure Solution 2195856.1 : How to Configure DSCP (Differentiated Services Code Point) Packet Marking in SPR
In this Document
Created from <SR 3-13400314571> Applies to:Oracle Communications Subscriber Data Management (SDM) - Version SDM 9.0 and laterTekelec GoalThe SPR product does not directly support DSCP (Differentiated Services Code Point) Packet Marking. DSCP (Differentiated Services Code Point) Packet Marking can be implemented from a customer standpoint by using IPTABLES. This procedure is provided to customers to show how DSCP (Differentiated Services Code Point) Packet Marking can be configured for SPR. However, it's important to note that DSCP Packet Marking issues is not supported by Oracle Support. Should customers elect to implement this, they are recommended to fully test in lab scenario before implementing this in your production network. SolutionDSCP (Differentiated Services Code Point) Packet Marking Procedure on Oracle SDM Product 1. Collect SPR TCP dump to compare before and after DSCP packet marking procedure.. 2. Take console output of " service iptables status " and take the backup/details for customer iptables rules in the event the changes are to be rolled back. 3. Run the following command to enable DSCP in IPTABLES: iptables -t mangle -A POSTROUTING -j DSCP --set-dscp 48
iptables -t mangle -A PREROUTING -j DSCP --set-dscp 48 4. Run " service iptables status " and check DSCP configured. Below is an example: Table: mangle Chain POSTROUTING (policy ACCEPT) 5. Save the changes by executing the following command. service iptables save
6. Collect new TCP dump on SPR and validate DSCP Packet Marking is present in SPR packets. Attachments This solution has no attachment |
||||||||||||||
|