Specifying Connections to the Application Managers
Use the following configuration statement to configure the application manager–to–policy server interface (PKT-MM3) so that the policy server can communicate with application managers:
- slot number jps am-interface {
- pep-id pep-id;
- listening-address listening-address;
- validate-pcmm-objects;
- message-max-length message-max-length;
- message-read-buffer-size message-read-buffer-size;
- message-write-buffer-size message-write-buffer-size;
- open-connection-timeout open-connection-timeout;
- }
To configure the connections to the application managers:
- From configuration mode, access the configuration statement that configures the application manager–to–policy server interface.
- (Optional) Specify the network-wide unique identifier
for this JPS instance.
Changes apply only to COPS connections that are established after you make the change.
- (Optional) Specify the local IP address on which the JPS
listens for incoming connections from application managers.
Changes take effect only after you restart the JPS (see Restarting the JPS).
- (Optional) Specify whether to validate PCMM objects received from PDPs.
- (Optional) Specify the maximum length of incoming messages.
- (Optional) Specify the size of message read buffer.
- (Optional) Specify the size of message write buffer.
- (Optional) Specify the maximum time to wait for the initial
PCMM messages to be exchanged after a TCP connection is established.
The connection is dropped when initial PCMM messages are not exchanged within this time period.
- (Optional) Verify your configuration.
[edit slot 0 jps am-interface] user@host# show pep-id SDX-JPS; listening-address ; validate-pcmm-objects; message-max-length 204800; message-read-buffer-size 1000000; message-write-buffer-size 1000000; open-connection-timeout 5;
