User Tools

Site Tools


aruba_networks:controller:how_to_configure_a_dhcp_server_on_the_aruba_controller

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
aruba_networks:controller:how_to_configure_a_dhcp_server_on_the_aruba_controller [2020/10/13 19:21] aperezaruba_networks:controller:how_to_configure_a_dhcp_server_on_the_aruba_controller [2020/10/13 19:23] (current) aperez
Line 40: Line 40:
 (Aruba) (config-dhcp)#exit (Aruba) (config-dhcp)#exit
  
-(Aruba) (config) #service dhcp    //This command enables the DHCP service on the controller+(Aruba) (config) #service dhcp    **--This command enables the DHCP service on the controller**
  
 (Aruba) (config) #end (Aruba) (config) #end
Line 55: Line 55:
 subnet 192.168.20.0 netmask 255.255.255.0 { subnet 192.168.20.0 netmask 255.255.255.0 {
  
- option domain-name "10.30.156.130";+option domain-name "10.30.156.130";
                  
- option vendor-class-identifier  "ArubaAP";+option vendor-class-identifier  "ArubaAP";
                  
- option vendor-encapsulated-options  "10.30.156.140";+option vendor-encapsulated-options  "10.30.156.140";
                  
- option domain-name-servers 10.30.156.140;+option domain-name-servers 10.30.156.140;
                  
- option routers 192.168.20.1;+option routers 192.168.20.1;
                  
- range 192.168.20.2 192.168.20.254;+range 192.168.20.2 192.168.20.254;
                  
- authoritative;+authoritative;
                  
 } }
Line 75: Line 75:
 subnet 10.10.10.0 netmask 255.255.255.0 { subnet 10.10.10.0 netmask 255.255.255.0 {
  
- option vendor-class-identifier  "ArubaAP";+option vendor-class-identifier  "ArubaAP";
                  
- option vendor-encapsulated-options  "10.30.156.140";+option vendor-encapsulated-options  "10.30.156.140";
                  
- option domain-name-servers 10.10.50.1;+option domain-name-servers 10.10.50.1;
                  
- option routers 10.10.10.1;+option routers 10.10.10.1;
                  
- range 10.10.10.2 10.10.10.254;+range 10.10.10.2 10.10.10.254;
                  
- authoritative;+authoritative;
                  
 } }
    
 (Aruba) # (Aruba) #
aruba_networks/controller/how_to_configure_a_dhcp_server_on_the_aruba_controller.1602634886.txt.gz · Last modified: 2020/10/13 19:21 by aperez

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki