[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

gateway

Syntax

pgcp
gateway gateway-name {
cleanup-timeout seconds;
gate-inactivity-delay seconds;
gate-inactivity-duration seconds;
gateway-address gateway-address;
gateway-port gateway-port;
service-state (in-service | out-of-service-forced | out-of-service-graceful);
graceful-restart {
maximum-synchronization-mismatches number-of-mismatches;
maximum-synchronization-time seconds;
}
h248-properties {
base-root {
normal-mg-execution-time default milliseconds;
normal-mgc-execution-time default milliseconds;
mg-provisional-response-timer-value default milliseconds;
mgc-provisional-response-timer-value default milliseconds;
mg-originated-pending-limit default number-of-pendings-received;
mgc-originated-pending-limit default number-of-pendings-received;
}
segmentation {
mg-segmentation-timer-value default milliseconds;
mgc-segmentation-timer-value default milliseconds;
mg-maximum-pdu-size default bytes;
mgc-maximum-pdu-size default bytes;
}
}
h248-options {
wildcard-response-service-change;
}
h248-timers {
initial-average-ack-delay milliseconds;
maximum-net-propagation-delay milliseconds;
maximum-waiting-delay milliseconds;
tmax-retransmission-delay milliseconds;
}
gateway-controller gateway-controller-name {
controller-address ip-address;
controller-port port-number;
interim-ah-scheme {
algorithm algorithm;
}
}
}
media-service media-service-name {
nat-pool nat-pool-name;
}
rule rule-name {
gateway gateway-name;
media-service media-service-name;
}
rule-set rule-set-name {
rule rule-name1;
rule rule-name2;
rule rule-name3;
}
traceoptions {
file filename <files number> <size size> <world-readable | no-world-readable> <match regex>;
flag flag;
}
virtual-interface interface-number {
media-service media-service-name;
interface interface-identifier;
routing-instance instance-name;
}
}

Hierarchy Level

[edit services pgcp]

Release Information

Statement introduced in JUNOS Release 8.4.

Description

Configure a VPG on the router.

Options

gateway-name—Identifier of the VPG. You can configure an IP address as the gateway name. However, the IP address is not used in the operation of the VPG.

The remaining statements are explained separately.

Usage Guidelines

See Configuring Virtual Packet Gateways.

Required Privilege Level

interface—To view this statement in the configuration.

interface–control—To add this statement to the configuration.


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]