[Contents][Prev][Next][Index][Report an Error]
Configuring the TWAMP Server Properties
You can specify a number of properties, some of which are optional,
by including the server statement at the [edit services
rpm twamp] hierarchy level:
- server {
-
- client-list list-name {
- [ address address ];
- }
- authentication-mode mode;
- inactivity-timeout seconds;
- maximum-connections count;
- maximum-connections-per-client count;
- maximum-sessions count;
- maximum-sessions-per-connection count;
- port number;
- }
- To specify the list of allowed control client hosts that
can connect to this server, include the client-list statement
at the [edit services rpm twamp server] hierarchy level.
Each value you include must be a Classless Interdomain Routing (CIDR)
address (IP address plus mask) that represents a network of allowed
hosts. You can include multiple client lists, each of which can contain
a maximum of 64 entries. You must configure at least one client address
to enable TWAMP.
- To specify the authentication mode, include the authentication-mode statement at the [edit services rpm twamp server] hierarchy
level. By default, the value is none, which is the only value
currently accepted.
- To specify the inactivity timeout period in seconds, include
the inactivity-timeout statement at the [edit services
rpm twamp server] hierarchy level. By default, the value is 1800; the range is 0 through 3600 seconds.
- To specify the maximum number of concurrent connections
the server can have to client hosts, include the maximum-connections statement at the [edit services rpm twamp server] hierarchy
level. The allowed range of values is 1 through 2048. You can also
limit the number of connections the server can make to a particular
client host by including the maximum-connections-per-client statement.
- To specify the maximum number of sessions the server can
have running at one time, include the maximum-sessions statement
at the [edit services rpm twamp server] hierarchy level.
The allowed range of values is 1 through 2048. You can also limit
the number of sessions the server can have on a single connection
by including the maximum-sessions-per-connection statement.
- To specify the TWAMP server listening port, include the port statement at the [edit services rpm twamp server] hierarchy level. The range is 1 through 65,535. This statement is
mandatory.
For examples of TWAMP configuration, see Examples: Configuring Real-Time Performance Monitoring.
[Contents][Prev][Next][Index][Report an Error]