Hello everybody!
Hope you're doing great!
I'm getting started in Huawei technologies and I'm being asked to deploy an AR1200W router that supports both wired and wireless dhcp connectivity, so far I was able to deploy a configuration using two different segments for wired and wireless (192.168.2.1 and 192.168.1.1).
I'd like to know if its possible that all my hosts get dhcp address in the same segment? and if so, which config changes are suggested?
Here's my config:
------------------------------------------
drop illegal-mac alarm
#
dns server 8.8.8.8
dns server 8.8.8.8
#
vlan batch 2
#
dot1x enable
#
wlan global country-code MX
#
dhcp enable
#
vlan 2
name wireless
#
pki realm default
enrollment self-signed
#
acl number 2000
rule 5 permit source 192.168.1.0 0.0.0.255
rule 6 permit source 192.168.2.0 0.0.0.255
acl number 2001
rule 5 permit
#
ip pool pool1
gateway-list 192.168.1.1
network 192.168.1.0 mask 255.255.255.0
dns-list 207.248.224.71 207.248.224.72
#
ip pool pool2-w
gateway-list 192.168.2.1
network 192.168.2.0 mask 255.255.255.0
dns-list 4.2.2.2 8.8.8.8 207.248.224.71 207.248.224.72
.
.
.
.
#
firewall zone Local
priority 16
#
interface Vlanif1
ip address 192.168.1.1 255.255.255.0
dhcp select global
#
interface Vlanif2
ip address 192.168.2.1 255.255.255.0
dhcp select global
#
interface Ethernet0/0/0
#
interface Ethernet0/0/1
#
interface Ethernet0/0/2
#
interface Ethernet0/0/3
#
interface Ethernet0/0/4
#
interface Ethernet0/0/5
#
interface Ethernet0/0/6
#
interface Ethernet0/0/7
#
interface GigabitEthernet0/0/0
undo negotiation auto
#
interface GigabitEthernet0/0/0.2814
dot1q termination vid 2814
ip address ip_address 255.255.255.0
nat outbound 2000 interface LoopBack 0
#
interface GigabitEthernet0/0/1
#
interface Wlan-Bss1
port hybrid tagged vlan 2
#
interface Cellular0/0/0
#
interface Cellular0/0/1
#
interface NULL0
#
interface LoopBack0
ip address ip_address_2 255.255.255.255
#
snmp-agent local-engineid 800007DB03E02861429FA1
#
ip route-static 0.0.0.0 0.0.0.0 10.111.16.1
#
user-interface con 0
authentication-mode aaa
user-interface vty 0 4
authentication-mode aaa
user privilege level 15
protocol inbound all
#
port-group hybrid
#
wlan
wmm-profile name wmmf id 0
wmm-profile name wmm-1 id 1
wmm-profile name arwebwmm id 2
traffic-profile name traf id 0
raffic-profile name traffic-1 id 1
security-profile name secf id 0
security-profile name security-2 id 2
security-policy wpa2
wpa2 authentication-method psk pass-phrase cipher %@%@9@-s9@%v`8W9HH(S&y6BN4_u%@%@ encryption-method ccmp
service-set name WIRELESS id 1
Wlan-Bss 1
ssid HUAWEI-WLAN
traffic-profile id 1
security-profile id 2
radio-profile name radiof id 0
wmm-profile id 0
radio-profile name radio-1 id 1
wmm-profile id 1
radio-profile name arwebradio id 2
radio-type 80211bgn
wmm-profile id 2
#
interface Wlan-Radio0/0/0
radio-profile id 1
service-set id 1 wlan 1
#
return
-------------------------------------------------
I wanna thank you in advance for your responses/comments, and hope to hear from you soon!
RGDS!!