服务器配置

AOS-10、instant 和园区模式接入点的 DHCP 服务器配置示例,涵盖各种设备

AOS-10 移动/分支网关

AOS-10 接入点

HTTP 代理

AOS-8 移动控制器

AOS-8 统一/园区模式接入点

移动控制器发现

ip dhcp pool vlan77
        domain-name hpe.com
        dns-server 192.168.10.5 192.168.10.6
        default-router 192.168.77.1
        network 192.168.77.0 255.255.255.0
        option 60 text ArubaAP
        option 43 ip 192.168.72.15

AOS-CX 交换机

AOS-10 接入点

HTTP 代理

dhcp-server vrf default
      pool vlan77
        default-router 192.168.77.1
        dns-server 192.168.10.5 192.168.10.6
        domain-name hpe.com
        option 42 ip 192.168.77.15
        option 148 ascii "server=192.168.66.30,port=8080,username=ap1,password=aruba123"
        option 60 ascii "ArubaAP"
        range 192.168.77.100 192.168.77.200 prefix-len 24
        exit
      enable

AOS-8 instant 模式接入点

HTTP 代理

dhcp-server vrf default
      pool vlan77
        default-router 192.168.77.1
        dns-server 192.168.10.5 192.168.10.6
        domain-name hpe.com
        option 42 ip 192.168.77.15
        option 148 ascii "server=192.168.66.30,port=8080,username=ap1,password=aruba123"
        option 60 ascii "ArubaInstantAP"
        range 192.168.77.100 192.168.77.200 prefix-len 24
        exit
      enable

AOS-8 统一/园区模式接入点

移动控制器发现

dhcp-server vrf default
      pool vlan77
        default-router 192.168.77.1
        dns-server 192.168.10.5 192.168.10.6
        domain-name hpe.com
        option 43 ip 192.168.72.15
        option 60 ascii “ArubaAP”
        range 192.168.77.100 192.168.77.200 prefix-len 24
        exit
      enable

ISC DHCP 服务器

AOS-10 接入点

HTTP 代理

# Global Options
    option iap-proxy code 148 = text;
    
    # Scope Example
    subnet 192.168.77.0 netmask 255.255.255.0 {
            range 192.168.77.100 192.168.77.250;
            option routers 192.168.77.1;
            option domain-name "hpe.com";
            option ntp-servers 192.168.77.15;
            option vendor-class-identifier "ArubaAP";
            option iap-proxy "server=192.168.66.30,port=8080,username=ap1,password=aruba123";
    }

AOS-8 instant 模式接入点

HTTP 代理

# Global Options
    option iap-proxy code 148 = text;
    
    # Scope Example
    subnet 192.168.77.0 netmask 255.255.255.0 {
            range 192.168.77.100 192.168.77.250;
            option routers 192.168.77.1;
            option domain-name "hpe.com";
            option ntp-servers 192.168.77.15;
            option vendor-class-identifier "ArubaInstantAP";
            option iap-proxy "server=192.168.66.30,port=8080,username=ap1,password=aruba123";
    }

AOS-8 统一/园区模式接入点

移动控制器发现

# Global Options
    option controllerip code 43 = ip-address;
    
     # Scope Example
    subnet 192.168.77.0 netmask 255.255.255.0 {
            range 192.168.77.100 192.168.77.250;
            option routers 192.168.77.1;
            option domain-name "hpe.com";
            option vendor-class-identifier "ArubaAP";
            option controllerip 192.168.72.15;   
    }

微软 DHCP 服务器

AOS-10 接入点

HTTP 代理

作用域选项 148

作用域选项 60

AOS-8 instant 模式接入点

HTTP 代理

作用域选项 148

作用域选项 60

AOS-8 统一/园区模式接入点

移动控制器发现

作用域选项 43

作用域选项 60

最后修改时间:2025年2月14日(491cd15)


返回顶部

© Copyright 2025 Hewlett Packard Enterprise Development LP