Ruijie Access Point Configuration - Putty
Ruijie Access Point Configuration - Putty
Required components: POE Switch, Console cable, Laptop / Desktop, Ruijie Access Point, Network cable
- Power in POE switch with power cable and connect AP and Switch using a Network cable.
- Connect the Console cable in the console port of AP and Laptop
- Download putty on the Laptop, open Putty select connection type as serial and click open
- Putty will ask for password , enter the password of AP and we can login to AP console
AP Interface configuration
- Enter following commands to configure AP
- show interface // for showing all interface details//
- Show version details// For showing version including serial number//
- show cwmp status // status of the unit (cwmp status must be enabled )//
- Type following commands for configuring interface
Ruijie>enable
Ruijie#configure terminal
Ruijie(config)#interface bv1
Ruijie(config-if-vlan 1)#ip address 192.168.7.89 255.255.255.0 // enter ip address and subnet mask needed//
Ruijie(config)#ip route 0.0.0.0 0.0.0.0 192.168.7.2 // enter gateway address//
Ruijie(config)#end
Ruijie#write
AP GUI username and password configuration
- Enter the following command in the putty console to change username and password of GUI interface.
Ruijie#config
Ruijie(config)# webmaster level 0 username admin password admin123
Ruijie(config)#ip name-server 8.8.8.8
Ruijie(config)#end
Ruijie#write
Related Articles
How to configure EdgeCore Switch and Access point (Basic Configurations)
Edge Core 10-port PoE Access Switch (ECS4125-10P) The Edge core ECS4125-10P switch is a 2.5 Gigabit Ethernet access switch with two 10G uplink ports. The switch is an ideal 2.5 Gigabit PoE access switch for SMB, enterprise, and campus networks. The ...
EnGenius Access Point Firmware Update to Support FIT Controller
Certain versions of EWS series APs can have their firmware updated to work with an EnGenius FIT controller. To check if your device can be updated to work with FIT controller or for additional assistance, please reach out to support@mbuzztech.com For ...
How to Configure EnGenius Access points, FIT Controller, FIT Xpress, Cloud Deployment
EnGenius FIT Access point, FIT Controller, FIT XPress EnGenius pioneered long-range, high-powered wireless communications and radio frequency (RF) solutions in the early 1990s. Today, that legacy continues through its broad portfolio of ...
How to Partition, Format, and Mount Secondary Drives in Linux - Manual Drive Configuration (MDC)
Introduction This guide provides detailed instructions on how to manually configure secondary drives in a Linux system, including partitioning, formatting, and mounting the drives. Warning Performing these steps on an existing primary drive or a ...
Configuration to Enable ssh(Remote) Login in Ubuntu.
How to Enable ssh (Remote) Login in Ubuntu. Have a Trouble to Access ssh Login in Ubuntu. Steps to Configure ssh configuration file. Go to your system/VM and Open Terminal (use ctl+atl+t) and Follow Commands. Open sshd_config file in any editor like ...