Controllerless Networks

last person joined: yesterday 

Instant Mode - the controllerless Wi-Fi solution that's easy to set up, is loaded with security and smarts, and won't break your budget
Expand all | Collapse all

RAP 155 wired ports DHCP

This thread has been viewed 0 times
  • 1.  RAP 155 wired ports DHCP

    Posted Feb 04, 2016 05:43 PM

    I have an RAP 155 IAP. Its WAN port is connected to a switch that hands off DHCP on VLAN1. The wired access ports on the 155 are not getting dhcp addresses. How do I configure those? 



  • 2.  RE: RAP 155 wired ports DHCP

    EMPLOYEE
    Posted Feb 04, 2016 05:45 PM
    Are you using it as a RAP or IAP?


  • 3.  RE: RAP 155 wired ports DHCP

    Posted Feb 04, 2016 06:14 PM
    Iap



    Sent from my Verizon Wireless 4G LTE smartphone


  • 4.  RE: RAP 155 wired ports DHCP

    Posted Feb 11, 2016 09:46 AM

    Im setting the RAP155 to be a IAP. It eill broadcast SSID on VLAN50. I want the wired ports to be on vlan50 also. How do I configure the wired ports? 



  • 5.  RE: RAP 155 wired ports DHCP

    Posted Feb 11, 2016 10:56 AM

    I am assuming that your VLAN 50 will be handled locally by the IAP?

    If that's the case then you need to create a local DHCP using VLAN 50 , then create an access wired profile with VLAN 50 then assign it to the port(s) .

     

    In this example I am using port 2

     

    ip dhcp VLAN50
    server-type Local
    server-vlan 50
    subnet 192.168.50.0
    subnet-mask 255.255.255.0
    dns-server 192.168.1.103

     

    wired-port-profile VLAN50-ACCESS-WIRED-SETTINGS
    switchport-mode access
    allowed-vlan all
    native-vlan 50
    no shutdown
    access-rule-name VLAN50-ACCESS-WIRED-SETTINGS
    speed auto
    duplex auto
    poe
    type employee
    auth-server InternalServer
    captive-portal disable
    no dot1x

     

    enet2-port-profile VLAN50-ACCESS-WIRED-SETTINGS