280 MDS Orbit MCR/ECR Technical Manual MDS 05-6632A01, Rev. F
Click Add an Entry next to IPv4 Bind IPs or IPv6 Bind IPs to access a dropdown box containing all IP
addresses on the device. Select the IP address belonging to the appropriate interface, and click Add. Once
configuration is complete, click Save.
Web UI - NetConf Configure
To configure NETCONF to listen only to a specific address, navigate to NETCONF Server ---> Basic
Config
Figure 3-199. NETCONF Menu
Enabled - Whether or not to run the netconf server. Default = true
Port - The port to listen to netconf connections on. Default = 830
IPv4 Bind IPs - Restrict the server to only listen for connections on the specified IPv4 addresses. If
not present, or empty, the server will listen on all IPv4 addresses.
IPv6 Bind IPs - Restrict the server to only listen for connections on the specified IPv6 addresses. If
not present, or empty, the server will listen on all IPv6 addresses.
Click Add an Entry next to IPv4 Bind IPs or IPv6 Bind IPs to access a dropdown box containing all IP
addresses on the device. Select the IP address belonging to the appropriate interface, and click Add. Once
configuration is complete, click Save.
CLI Configure
To configure the services to only listen to a specific statically assigned IP address the following
commands would be used:
% set services web http ipv4-bind-ips [192.168.1.1]
% set services web https ipv4-bind-ips [192.168.1.1]
% set services snmp ipv4-bind-ips [192.168.1.1]
% set services ssh ipv4-bind-ips [192.168.1.1]
% set services netconf ipv4-bind-ips [192.168.1.1]
These remote management interfaces can also be bound to IPv6 address by using “ipv6-bind-ips” instead
of “ipv4-bind-ips”. If these settings are not configured, the default behavior is to listen on all IP addresses
in the system.