Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:dpi:dpi_options:opt_shaping:shaping_session [2024/12/02 05:52] – elena.krasnobryzh | en:dpi:dpi_options:opt_shaping:shaping_session [2026/05/04 15:35] (current) – [Creating a service profile] elena.krasnobryzh | ||
|---|---|---|---|
| Line 50: | Line 50: | ||
| Reverse conversion: '' | Reverse conversion: '' | ||
| ==== Creating a service profile ==== | ==== Creating a service profile ==== | ||
| + | Creating a profile using only a DSCP file: | ||
| <code bash> | <code bash> | ||
| - | fdpi_ctrl load profile --service 18 --profile.name test_dscp --profile.json '{ " | + | fdpi_ctrl load profile --service 18 --profile.name test_dscp --profile.json '{ " |
| + | </ | ||
| + | |||
| + | Creating a profile using only a TBF file: | ||
| + | <code bash> | ||
| + | fdpi_ctrl load profile --service 18 --profile.name test_tbf --profile.json ' | ||
| </ | </ | ||
| - | < | + | |
| + | Creating a profile with both files: | ||
| + | <code bash> | ||
| + | fdpi_ctrl load profile --service 18 --profile.name test_profile --profile.json '{ " | ||
| + | </ | ||
| + | |||
| + | < | ||
| ==== Connecting a service profile ==== | ==== Connecting a service profile ==== | ||
| For the subscriber: | For the subscriber: | ||
| Line 105: | Line 118: | ||
| max_profiles_serv18=< | max_profiles_serv18=< | ||
| </ | </ | ||
| + | |||
| + | ---- | ||
| + | Keywords: services, service, service list, subscriber management, service 18, session policing, per-session policing | ||