You can configure default values for various H.248 properties. The VPG uses these values unless the PGC overrides them with a PGCP command. You can set default values for properties defined in the following packages:
To configure default values for H.248 properties, include the h248-properties statement at the [edit services pgcp gateway gateway-name] hierarchy level:
- [edit services pgcp gateway gateway-name]
-
h248-properties {
-
-
application-data-inactivity-detection {
-
ip-flow-stop-detection (regulated-notify
| immediate-notify);
- }
-
-
base-root {
-
mg-originated-pending-limit default number-of-pendings-received;
-
mg-provisional-response-timer-value default milliseconds;
-
mgc-originated-pending-limit default number-of-pendings-received;
-
mgc-provisional-response-timer-value default milliseconds;
-
normal-mg-execution-time default milliseconds;
-
normal-mgc-execution-time default milliseconds;
- }
-
-
diffserv {
-
-
dscp {
- default (dscp-value | alias | do-not-change);
- }
- }
-
-
event-timestamp-notification {
-
request-timestamp (requested
| suppressed | autonomous);
- {
-
-
hanging-termination-detection {
-
timerx seconds;
- }
-
-
inactivity-timer {
-
-
inactivity-timeout {
-
detect;
-
-
maximum-inactivity-time {
- default 10-millisecond-units;
- }
- }
- }
-
-
notification-behavior {
-
notification-regulation default (once | 0 - 100);
- }
-
-
segmentation {
-
mg-maximum-pdu-size default bytes;
-
mg-segmentation-timer default milliseconds;
-
mgc-maximum-pdu-size default bytes;
-
mgc-segmentation-timer default milliseconds;
- }
-
-
traffic-management {
-
-
peak-data-rate {
- default bytes-per-second;
-
- rtcp {
- fixed-value bytes-per-second;
- percentage percentage;
- }
- }
-
-
sustained-data-rate {
- default bytes-per-second;
-
- rtcp {
- fixed-value bytes-per-second;
- percentage percentage;
- }
- }
-
-
max-burst-size {
- default bytes;
-
- rtcp {
- fixed-value bytes;
- percentage percentage;
- }
- }
- }
- }