Description

This article will help us configure the SSH, Telnet, http & https services accessible via IRB interface.

Solution

Configure IRB interface for access purpose with an IP address

  • set interface irb.3 family inet address x.x.10.1/24

Configure a VLAN & call IRB.3 to be used as L3 interface for this vlan

  • set vlan switch-management vlan-id 3
  • set vlan switch-management l3-interface irb.3

Enable http services:

  • set system services web-management http interface irb.3
  • set system services web-management http port 80

Enable https services:

  • set system services web-management https system-generated certificate
  • set system services web-management http port 443
  • set system services web-management http interface irb.3

Enable ssh:

  • set system services ssh port 22
  • set system services ssh protocol-version v2
  • set system services ssh root-login allow

Enable Telnet:

  • set system services telnet

Note: No firewall filter is configured on the switch. If you have to configure then allow these services under firewall filter.

Modification History

2023-10-25 : Article Created
2023-10-25 : Changed visbility & format