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

services

Syntax

services {
dhcp {
dhcp_services;
}
finger {
<connection-limit limit>;
<rate-limit limit>;
}
ftp {
<connection-limit limit>;
<rate-limit limit>;
}
ssh {
root-login (allow | deny | deny-password);
protocol-version [v1 v2];
<connection-limit limit>;
<rate-limit limit >;
}
service-deployment {
servers server-address {
port-number port-number;
}
source-address source-address;
}
telnet {
<connection-limit limit>;
<rate-limit limit>;
}
web-management {
http {
interfaces [ interface-names ];
port port;
}
https {
interfaces [ interface-names ];
local-certificate name;
port port;
}
limits {
active-child-process [ process-limit ];
}
session {
idle-timeout [ minutes ];
session-limit [ session-limit ];
}
}
xnm-clear-text {
<connection-limit limit>;
<rate-limit limit>;
}
xnm-ssl {
<connection-limit limit>;
<rate-limit limit>;
<local-certificate name>
}
}

Hierarchy Level

[edit system]

Release Information

Statement introduced before JUNOS Release 7.4.

Description

Configure the router so that users on remote systems can access the local router through the DHCP server, finger, rlogin, SSH, telnet, Web management, JUNOScript clear-text, JUNOScript SSL, and network utilities or enable JUNOS software to work with the SRC software.

The statements are explained separately.

Usage Guidelines

See Configuring System Services and Enabling the SRC Software.

Required Privilege Level

system—To view this statement in the configuration.

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


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