Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents

connect-actively

date_range 15-May-24

Syntax

content_copy zoom_out_map
connect-actively  {
    <capabilities-exchange-timeout seconds>;
    <port port-number>;
    <repeat-timeout seconds>;
    <retry-timeout seconds>;
    <timeout seconds>;
    transport transport-name;
}

Hierarchy Level

content_copy zoom_out_map
[edit access diameter peer peer-name]

Description

Define the destination port and transport connection used to establish active connections to the Diameter peer.

Options

capabilities-exchange-timeout seconds

(Optional) Use the specified amount of time to wait for a Capabilities-Exchange-Answer message.

  • Range: 1 through 65,535 seconds

  • Default: 10 seconds

port port-number

(Optional) Use the specified destination TCP port.

  • Default: 3868

repeat-timeout seconds

(Optional) Use the specified amount of time to wait before attempting to reconnect to this peer after receiving the DO_NOT_WANT_TO_TALK_TO_YOU value for the Disconnect-Cause AVP in the Disconnect-Peer-Request message. A value of zero means that there is no attempt to reconnect to the peer.

  • Range: 0 through 65,535 seconds

  • Default: 0

retry-timeout seconds

(Optional) Use the specified amount of time to wait between connection attempts for this peer.

  • Range: 1 through 65,535 seconds

  • Default: 30 seconds

timeout seconds

(Optional) Use the specified amount of time to wait for connection acknowledgement for this peer.

  • Range: 1 through 65,535 seconds

  • Default: 10 seconds

transport transport-name

Use the specified name of the transport layer connection.

Note:

The specified transport must already be configured at the [edit access diameter transport] hierarchy level.

Required Privilege Level

access—To view this statement in the configuration.

access-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 17.1.

footer-navigation