Dell

Sonicwall 未向戴爾交換機上的 VLAN 分發地址

  • September 11, 2020

我有一個戴爾交換機 N1548

我有一個聲波牆 TZ 215

我已經關注了我可以在網上找到的所有部落格和論壇文章,但仍然無法讓我的 sonicpoints 將地址從 sonicwall 分發給無線客戶端。

DHCP 適用於所有其他人

這是我從交換機執行的配置

console(config)#show running-config

!Current Configuration:
!System     description "Dell Networking N1548, 6.2.5.3, Linux 3.6.5"
!System Software Version 6.2.5.3
!
configure
vlan 10
exit
vlan 10
name "Wireless"
exit
sntp unicast client enable
sntp server "us.pool.ntp.org"
clock summer-time recurring USA zone "EST"    
clock timezone -5 minutes 0 zone "EST"    
stack
member 1 3    ! N1548
member 2 3    ! N1548
member 3 3    ! N1548
member 4 2    ! N1524P
exit
ip domain-name "corp.haven-oakland.org"
ip name-server "10.2.0.10"
ip name-server "10.2.0.13"
ip host "hvnsw004" 10.2.0.4
interface vlan 1
ip address 10.2.0.4 255.255.255.0
exit
interface vlan 10
ip helper-address 10.2.0.2
exit
ip default-gateway 10.2.0.2
username "admin" password 45f315a95c02cea3a684f9ef61451288 privilege 15 encrypted
ip ssh server
ip ssh port 1025
!
interface Gi4/0/1
description "SonicWALL Uplink X6"
gvrp enable
spanning-tree disable
spanning-tree portfast
spanning-tree cost 20000
switchport mode trunk
switchport general pvid 10
switchport general acceptable-frame-type tagged-only
switchport access vlan 10
switchport trunk native vlan 10
exit
!
interface Gi4/0/2
description "SonicWALL Uplink X6"
spanning-tree disable
spanning-tree portfast
switchport mode trunk
switchport general pvid 10
switchport general acceptable-frame-type tagged-only
switchport access vlan 10
switchport trunk native vlan 10
exit
!
interface Gi4/0/3
description "SonicWALL Uplink X6"
spanning-tree disable
spanning-tree portfast
switchport mode trunk
switchport general pvid 10
switchport general acceptable-frame-type tagged-only
switchport access vlan 10
switchport trunk native vlan 10
exit
!
interface Gi4/0/4
description "SonicWALL Uplink X6"
spanning-tree disable
spanning-tree portfast
switchport mode trunk
switchport general pvid 10
switchport general acceptable-frame-type tagged-only
switchport access vlan 10
switchport trunk native vlan 10
exit
!
interface Gi4/0/5
description "SonicWALL Uplink X6"
spanning-tree disable
spanning-tree portfast
switchport mode trunk
switchport general pvid 10
switchport general acceptable-frame-type tagged-only
switchport access vlan 10
switchport trunk native vlan 10
exit
!
interface Gi4/0/6
description "SonicWALL Uplink X6"
spanning-tree disable
spanning-tree portfast
switchport mode trunk
switchport general pvid 10
switchport general acceptable-frame-type tagged-only
switchport access vlan 10
switchport trunk native vlan 10
exit
!
interface Gi4/0/7
spanning-tree disable
spanning-tree portfast
switchport mode trunk
switchport general pvid 10
switchport general acceptable-frame-type tagged-only
switchport access vlan 10
switchport trunk native vlan 10
exit
!
interface Gi4/0/8
spanning-tree disable
spanning-tree portfast
switchport mode trunk
switchport general pvid 10
switchport general acceptable-frame-type tagged-only
switchport access vlan 10
switchport trunk native vlan 10
exit
!
interface Gi4/0/9
spanning-tree disable
spanning-tree portfast
switchport mode trunk
switchport general pvid 10
switchport general acceptable-frame-type tagged-only
switchport access vlan 10
switchport trunk native vlan 10
exit
!
interface Gi4/0/10
spanning-tree disable
spanning-tree portfast
switchport mode trunk
switchport general pvid 10
switchport general acceptable-frame-type tagged-only
switchport access vlan 10
switchport trunk native vlan 10
exit
!
interface Gi4/0/11
spanning-tree disable
spanning-tree portfast
switchport mode trunk
switchport general pvid 10
switchport general acceptable-frame-type tagged-only
switchport access vlan 10
switchport trunk native vlan 10
exit
snmp-server engineid local 800002a203f8b156838a19
snmp-server community "public" rw
exit

我是否在開關中遺漏了某些東西,或者可能是聲波牆?

我已經根據戴爾 BP 設置了 sonicwall,應該可以正常工作

謝謝您如果需要任何其他資訊,請告訴我。

您可能需要在未接收 DHCP 的 VLAN 中定義幫助程序地址。我不知道您的開關的確切語法,但類似於:

ip helper-address 1.2.3.4

其中 1.2.3.4 是 DHCP 伺服器或Sonicwall的 IP 。

sonicwall 的 x6 介面配置是什麼?您在分配了 VLAN 的子介面上是否有多個 VAP?通常我在基本介面上有我的 sonicpoints,在各種 VLAN 上都有 SSID,這需要添加到通用埠上。沒有 DHCP 通常會導致 VLAN 故障,因為 SDP 在配置時將這些分配給 AP,即使它們沒有訪問權限。

ps重新瀏覽配置,不需要ip-helper,只注意到埠類型是trunk,你可以把它改成無子介面訪問還是一般有子介面。

引用自:https://serverfault.com/questions/790781