GTAC-Daisy Publish time 2019-8-20 14:19:32

How to change the AP management ip

Fit Mode

Refer to the command: (when this parameter is modified, a tunnel is re-created.)
(1) Log on to the AP through the Console or Telnet port, and enter the global mode (the password is apdebug) to configure the static AP IP address, default route, and AC IP address:

Ruijie(config)#acip ipv4 1.1.1.1 // Configure the IP address for the AC.
Ruijie(config)#apip ipv4 172.16.1.34 255.255.255.0 172.16.1.109

(2) After the tunnelbetween the AP and the AC is created, log on to the AC to configure a static IPaddress for the AP:Ruijie(config)#ap-config220e   Ruijie(config-ap)#acipipv4 1.1.1.1 ---->Configurethe IP address of the AC.Ruijie(config-ap)#ipaddress 172.16.1.34 255.255.255.0 172.16.1.109 ---->Configure the IP address, mask, and gateway for theAP. After configuration, the capwap tunnel will be re-created.

The configurations retaineven the AP is restarted.

MACC mode
Ruijie(config)#ip name-server 8.8.8.8

Ruijie(config)#ip route 0.0.0.0 0.0.0.0 192.168.1.254

Ruijie(config)#interface bvi 1

Ruijie(config-if-BVI 1)#ip address 192.168.1.1 255.255.255.0

Ruijie(config-if-BVI 1)#no ip address dhcp

Ruijie(config-if-BVI 1)#end

Ruijie(config)#end

Ruijie#wr

Notice: if you configure those using web Cli in cloud, I advice you configure
ip name-server and
ip route first,
if configure static ip first, the AP will offline from the cloud and then you can't add ip name-server and ip route。

And this way only can be used when you using the same segment network, if using different segment networks,

need using console port or telnet to configure it.


Fat Mode
Ruijie(config)#ip name-server 8.8.8.8

Ruijie(config)#ip route 0.0.0.0 0.0.0.0 192.168.1.254

Ruijie(config)#interface GigabitEthernet 0/1

Ruijie(config-if-GigabitEthernet 0/1)#ip address 192.168.1.1 255.255.255.0

Ruijie(config-if-GigabitEthernet 0/1)#end

Ruijie(config)#end

Ruijie#wr

phothxa.hybrid@ Publish time 2020-12-27 22:05:09

Is this the default interface used to connect to Ruijie Cloud (Public)? I have configured two VLANs (30 and 31) and wireless users are getting internet connections and DHCP addresses assigned from the router? However, I can't seem to register the AP in Ruijie Cloud if I use the custom VLANs.

GTAC-Daisy Publish time 2021-5-20 11:37:11

phothxa.hybrid@ replied at 2020-12-27 22:05
Is this the default interface used to connect to Ruijie Cloud (Public)? I have configured two VLANs...

Better use int BVI1.
If you want the AP uses another VLAN, you can set the uplink switch interface to be another VLAN, and then the AP will get another VLAN.

ICT-infra Publish time 2023-10-20 17:56:26

Can I assign VLAN on BV1 interface? ex. from default VLAN1 to VLAN 10.


chenchunyan@rui Publish time 2023-10-20 18:10:20

Domz Magadia replied at 2023-10-20 17:56
Can I assign VLAN on BV1 interface? ex. from default VLAN1 to VLAN 10.

Dear,
Bvi1 corresponds to Vlan1 and cannot be changed, but you can change the ip address in it.
For example, only after you create vlan 10, you can enter bvi 10.
Best regards,
Vivian
Pages: [1]
View full version: How to change the AP management ip