Ruijie Community

Title: How to access enterprise switch web page? [Print this page]

Author: admin    Time: 2022-5-12 12:02
Title: How to access enterprise switch web page?
Step1: Configure HTTP/HTTPS service
enable service web-server http
enable service web-server https


Step2: Configure a management ip address
The SVI and router port address can be used as the management address of the layer 3 switch.


Configuration Method 1:
Ruijie>enable
Ruijie#configure terminal
Ruijie(config)#interface vlan 10
Ruijie(config-if-VLAN 10)#ip address 192.168.1.1 255.255.255.0
Ruijie(config-if-VLAN 10)#end
Ruijie#write
Note: To configure the address for VLANs other than VLAN 1 in interface configuration mode, create the corresponding VLAN first; otherwise, a failure prompt is displayed.


Configuration Method 2:
Ruijie>enable
Ruijie#configure terminal
Ruijie(config)#int GigabitEthernet 1/1
Ruijie(config-if-GigabitEthernet 1/1)#no switchport  //configure the port as layer 3 port before configuring ip address
Ruijie(config-if-GigabitEthernet 1/1)#ip add 192.168.16.1 255.255.255.0
Ruijie(config-if-GigabitEthernet 1/1)#end
Ruijie#write    //save configuration after checking
You must use the LINE console to configure the management address. You can then use this address to manage your devices.



Step3: Then set the PC to the same network segment as management address you set, you can access the web interface of the switch

Author: eirahope@gmail.    Time: 2022-10-6 12:45
Edited by candy candy at 2022-10-6 12:48

otis jame replied at 2022-6-29 11:02
There are two ways of accessing the Enterprise Switch web page: If you have administrator access to  ...
Create a management IP address so that you may connect to the switch's web interface. After creating a web user, access the web system. It's exactly what my basketball stars friends and I did, isn't it great

Author: annata0215@gmai    Time: 2023-10-17 15:37
Make sure that the IP addresses of the PC and the management interface are in the same network segment.






Welcome to Ruijie Community (https://community.ruijienetworks.com/) Powered by Discuz! X3.2