Ruijie Community

Title: How to configure the static AP IP address in fit/fat/macc AP mode? [Print this page]

Author: admin    Time: 2018-4-9 10:09
Title: How to configure the static AP IP address in fit/fat/macc AP mode?
  How to configure the static APIP address in fit AP mode?

Author: admin    Time: 2018-4-9 10:10
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.



Author: GTAC-Daisy    Time: 2019-3-31 17:55
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




Author: GTAC-Daisy    Time: 2019-4-15 21:02
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.









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