1、现在终结者已经接了24个AP,想使用图片中2:100/1000 Base-T以太网与WTU可切换接口这2个wtu口,但是接上ap灯不亮
2、目前采用本地转发,需要在终结者map文件里面单独配置针对这两个接口的命令吗?如果这两个口用了,不会影响3: 10G BASE-R-SFP+口1~2这两个口吧
3、下面是本体的完整map文件以及视图下面配置
map文件:
system
#
vlan 600
vlan 601
vlan 617
#
#
int ran t1/0/1 to t1/0/2
port link-type trunk
port trunk permit vlan 600 601 617
#
终结者视图配置:
#
version 7.1.064, Release 2475
#
sysname XQ-8-2-01
#
clock timezone Beijing add 08:00:00
#
telnet server enable
#
lldp global enable
#
password-recovery enable
#
vlan 1
#
vlan 600 to 601
#
vlan 617
#
nqa template icmp apmgr-aptoac-icmp
data-size 1500
frequency 1000
probe timeout 1000
reaction trigger per-probe
#
interface NULL0
#
interface Vlan-interface1
ip address dhcp-alloc
#
interface GigabitEthernet1/0/1
port link-mode bridge
#
interface GigabitEthernet1/0/2
port link-mode bridge
#
interface M-GigabitEthernet0/0/0
#
interface Ten-GigabitEthernet1/0/1
port link-mode bridge
port link-type trunk
port trunk permit vlan 1 600 to 601 617
#
interface Ten-GigabitEthernet1/0/2
port link-mode bridge
port link-type trunk
port trunk permit vlan 1 600 to 601 617
#
interface WTU-Ethernet1/0/1
port-isolate enable
#
interface WTU-Ethernet1/0/2
port-isolate enable
#
interface WTU-Ethernet1/0/3
port-isolate enable
#
interface WTU-Ethernet1/0/4
port-isolate enable
#
interface WTU-Ethernet1/0/5
port-isolate enable
#
interface WTU-Ethernet1/0/6
port-isolate enable
#
interface WTU-Ethernet1/0/7
port-isolate enable
#
interface WTU-Ethernet1/0/8
port-isolate enable
#
interface WTU-Ethernet1/0/9
port-isolate enable
#
interface WTU-Ethernet1/0/10
port-isolate enable
#
interface WTU-Ethernet1/0/11
port-isolate enable
#
interface WTU-Ethernet1/0/12
port-isolate enable
#
interface WTU-Ethernet1/0/13
port-isolate enable
#
interface WTU-Ethernet1/0/14
port-isolate enable
#
interface WTU-Ethernet1/0/15
port-isolate enable
#
interface WTU-Ethernet1/0/16
port-isolate enable
#
interface WTU-Ethernet1/0/17
port-isolate enable
#
interface WTU-Ethernet1/0/18
port-isolate enable
#
interface WTU-Ethernet1/0/19
port-isolate enable
#
interface WTU-Ethernet1/0/20
port-isolate enable
#
interface WTU-Ethernet1/0/21
port-isolate enable
#
interface WTU-Ethernet1/0/22
port-isolate enable
#
interface WTU-Ethernet1/0/23
port-isolate enable
#
interface WTU-Ethernet1/0/24
port-isolate enable
#
scheduler logfile size 16
#
line class console
user-role network-admin
#
line class vty
user-role network-operator
#
line con 0
user-role network-admin
#
line vty 0 4
user-role network-admin
set authentication password hash $h$6$zAXNQo5qeWztHUAs$ZTmEYD3t2ZEVeyctfs6yRFehc8zC7gRMcNkofkd2VXsCg7kUI30d4S3jUMb7y7znjuU9lD9e4pjDsmkMJ+PeIQ==
#
line vty 5 63
user-role network-operator
#
undo gratuitous-arp-learning enable
#
domain system
#
domain default enable system
#
user-group system
#
return
接口下没有wtu模式 [BQ-4-1-01]int range GigabitEthernet 1/0/1 to GigabitEthernet 1/0/2 [BQ-4-1-01-if-range]port lin [BQ-4-1-01-if-range]port link-t [BQ-4-1-01-if-range]port link-type ? access Set the link type to access hybrid Set the link type to hybrid trunk Set the link type to trunk [BQ-4-1-01-if-range]port ? access Set access port attributes hybrid Set hybrid port attributes link-aggregation Link aggregation group link-mode Switch the specified interface to layer2 or layer3 ethernet link-type Set the link type trunk Set trunk port attributes
WT1024‑X‑Q 可切换复用口(图中 2 号口)AP 灯不亮问题定位
硬件说明:机器面板 2 号是一对可复用端口(GigabitEthernet1/0/1、GigabitEthernet1/0/2),该端口出厂默认是普通以太网模式,不是 WTU 模式,接分体 AP 直接插上去,端口不供电、灯不亮,AP 无法启动。
⚠️这两个口和 1‑24 固定 WTU 口不一样,必须执行port‑type switch wtu切换成 WTU 模式,才具备 PoE 输出、识别分体 AP;切换之后接口名称变为WTU‑Ethernet1/0/25、WTU‑Ethernet1/0/26。
你的现有 map 文件中interface ran t1/0/1 to t1/0/2是普通 GE 口视图,不是 WTU 分体口视图,所以接 AP 无反应。
问题 1:AP 接上灯不亮根因
端口当前是普通以太网口模式(GigabitEthernet1/0/1、1/0/2),没有开启 WTU 模式,无 PoE 供电,无法驱动分体 AP。
map 文件里直接配置range t1/0/1‑2(普通 bridge 电口),这个模式只能接普通终端,不能接终结者分体 AP。
map 文件内必须增加切换命令(本体 map 配置)
shell
system
# 把两个复用口切换为WTU模式,切换完成端口变为WTU‑Ethernet1/0/25、26
interface GigabitEthernet 1/0/1
port‑type switch wtu
interface GigabitEthernet 1/0/2
port‑type switch wtu
#
#切换后配置WTU接口属性(同1‑24口)
interface range WTU‑Ethernet 1/0/25 to WTU‑Ethernet 1/0/26
port‑isolate enable
poe enable
port link‑type trunk
port trunk permit vlan 600 601 617
⚠️执行port‑type switch wtu端口会down 掉,重启生效,map 下发后本体自动重启这两个端口。
切换回普通以太网:port‑type switch ethernet。
验证命令(登录本体)
bash
#查看复用口当前模式
display wlan wt port‑type
#查看25、26 WTU口状态
display interface WTU‑Ethernet 1/0/25
display poe interface
问题 2:会不会影响 3 号 SFP + 万兆上行口(Ten‑GigabitEthernet1/0/1‑2)
✅完全互不影响。
2 号是 2 个千兆 RJ45 复用口;3 号是独立的两个 10G SFP + 光口,硬件完全独立。
无论复用口切为ethernet还是wtu,不会改动万兆 SFP + 接口状态,不影响上行业务、本地转发。你的万兆口现有 trunk 配置不需要修改。
问题 3:本地转发场景 map 完整注意事项
切换模式之后,接口名字变为WTU‑Ethernet1/0/25、26,不要再用GigabitEthernet1/0/1‑2做 WTU 相关配置。
必须配置poe enable,复用口切换 WTU 模式后默认 PoE 关闭;1‑24 原生 WTU 口默认 PoE 开启。
业务 VLAN(600、601、617)trunk 放行,port‑isolate enable同其他 WTU 口保持一致。
本地转发不需要额外 AC 侧配置,本体 map 把 VLAN 放通即可。
⚠️整机 WTU 最大数量:24 固定 WTU+2 复用 WTU,整机最多 26 台分体 AP,你的 24 台 + 新增 2 台,在规格范围内。
你现有配置错误片段说明
shell
# 这一段是普通以太网口配置,接分体AP无效,map中这一段需要删除
int ran t1/0/1 to t1/0/2
port link‑type trunk
port trunk permit vlan 600 601 617
这两条是 GigabitEthernet 普通电口,不能识别终结者分体 AP,这就是灯不亮直接原因。
完整修正后的 map 片段
shell
system
#
vlan 600
vlan 601
vlan 617
#
#把两个复用口切换为WTU模式
interface GigabitEthernet 1/0/1
port‑type switch wtu
interface GigabitEthernet 1/0/2
port‑type switch wtu
#
#配置新增25、26 WTU口
interface range WTU‑Ethernet 1/0/25 to WTU‑Ethernet 1/0/26
port‑isolate enable
poe enable
port link‑type trunk
port trunk permit vlan 600 601 617
#
#原有1‑24 WTU配置保留,不需要改动
排错检查清单(map 下发后)
display wlan wt port‑type确认 G1/0/1、G1/0/2 状态为WTU模式。
display poe interface WTU‑Ethernet 1/0/25确认 PoE 开启、输出功率。
AP 接上之后,本体上display wlan ap all可以看到新 AP 上线。
万兆上行Ten‑GigabitEthernet1/0/1‑2业务正常,不受任何改动影响。
补充
如果后续你想把这两个复用口当普通千兆电口(接交换机,不是分体 AP),执行port‑type switch ethernet,恢复为 GigabitEthernet1/0/1‑2,此时不输出 PoE。
Interface Link Speed Duplex Type PVID Description GE1/0/1 DOWN auto A A 1 GE1/0/2 DOWN auto A A 1 XGE1/0/1 UP 10G(a) F(a) T 1 XGE1/0/2 DOWN auto A T 1 WTU1/0/1 UP 1G(a) F(a) -- -- WTU1/0/2 UP 1G(a) F(a) -- -- WTU1/0/3 UP 1G(a) F(a) -- -- WTU1/0/4 UP 1G(a) F(a) -- -- WTU1/0/5 UP 1G(a) F(a) -- -- WTU1/0/6 UP 1G(a) F(a) -- -- WTU1/0/7 UP 1G(a) F(a) -- -- WTU1/0/8 UP 1G(a) F(a) -- -- WTU1/0/9 UP 1G(a) F(a) -- -- WTU1/0/10 UP 1G(a) F(a) -- -- WTU1/0/11 UP 1G(a) F(a) -- -- WTU1/0/12 UP 1G(a) F(a) -- -- WTU1/0/13 UP 1G(a) F(a) -- -- WTU1/0/14 UP 1G(a) F(a) -- -- WTU1/0/15 UP 1G(a) F(a) -- -- WTU1/0/16 UP 1G(a) F(a) -- -- WTU1/0/17 UP 1G(a) F(a) -- -- WTU1/0/18 UP 1G(a) F(a) -- -- WTU1/0/19 DOWN auto A -- -- WTU1/0/20 UP 1G(a) F(a) -- -- WTU1/0/21 DOWN auto A -- -- WTU1/0/22 DOWN auto A -- -- WTU1/0/23 DOWN auto A -- -- WTU1/0/24 DOWN auto A -- -- [BQ-4-1-01] int range g [BQ-4-1-01]int range GigabitEthernet 1/0/1 to g [BQ-4-1-01]int range GigabitEthernet 1/0/1 to GigabitEthernet 1/0/2 ? GigabitEthernet GigabitEthernet interface M-GigabitEthernet MGE interface NULL NULL interface Ten-GigabitEthernet Ten-GigabitEthernet interface Vlan-interface VLAN interface WTU-Ethernet WLAN terminate unit interface <cr> [BQ-4-1-01]int range GigabitEthernet 1/0/1 to GigabitEthernet 1/0/2 [BQ-4-1-01-if-range]port lin [BQ-4-1-01-if-range]port link-t [BQ-4-1-01-if-range]port link-type ? access Set the link type to access hybrid Set the link type to hybrid trunk Set the link type to trunk [BQ-4-1-01-if-range]port ? access Set access port attributes hybrid Set hybrid port attributes link-aggregation Link aggregation group link-mode Switch the specified interface to layer2 or layer3 ethernet link-type Set the link type trunk Set trunk port attributes [BQ-4-1-01-if-range]port link [BQ-4-1-01-if-range]port link-t [BQ-4-1-01-if-range]port link-type ? access Set the link type to access hybrid Set the link type to hybrid trunk Set the link type to trunk 没有wtu模式
Interface Link Speed Duplex Type PVID Description GE1/0/1 DOWN auto A A 1 GE1/0/2 DOWN auto A A 1 XGE1/0/1 UP 10G(a) F(a) T 1 XGE1/0/2 DOWN auto A T 1 WTU1/0/1 UP 1G(a) F(a) -- -- WTU1/0/2 UP 1G(a) F(a) -- -- WTU1/0/3 UP 1G(a) F(a) -- -- WTU1/0/4 UP 1G(a) F(a) -- -- WTU1/0/5 UP 1G(a) F(a) -- -- WTU1/0/6 UP 1G(a) F(a) -- -- WTU1/0/7 UP 1G(a) F(a) -- -- WTU1/0/8 UP 1G(a) F(a) -- -- WTU1/0/9 UP 1G(a) F(a) -- -- WTU1/0/10 UP 1G(a) F(a) -- -- WTU1/0/11 UP 1G(a) F(a) -- -- WTU1/0/12 UP 1G(a) F(a) -- -- WTU1/0/13 UP 1G(a) F(a) -- -- WTU1/0/14 UP 1G(a) F(a) -- -- WTU1/0/15 UP 1G(a) F(a) -- -- WTU1/0/16 UP 1G(a) F(a) -- -- WTU1/0/17 UP 1G(a) F(a) -- -- WTU1/0/18 UP 1G(a) F(a) -- -- WTU1/0/19 DOWN auto A -- -- WTU1/0/20 UP 1G(a) F(a) -- -- WTU1/0/21 DOWN auto A -- -- WTU1/0/22 DOWN auto A -- -- WTU1/0/23 DOWN auto A -- -- WTU1/0/24 DOWN auto A -- -- [BQ-4-1-01] int range g [BQ-4-1-01]int range GigabitEthernet 1/0/1 to g [BQ-4-1-01]int range GigabitEthernet 1/0/1 to GigabitEthernet 1/0/2 ? GigabitEthernet GigabitEthernet interface M-GigabitEthernet MGE interface NULL NULL interface Ten-GigabitEthernet Ten-GigabitEthernet interface Vlan-interface VLAN interface WTU-Ethernet WLAN terminate unit interface <cr> [BQ-4-1-01]int range GigabitEthernet 1/0/1 to GigabitEthernet 1/0/2 [BQ-4-1-01-if-range]port lin [BQ-4-1-01-if-range]port link-t [BQ-4-1-01-if-range]port link-type ? access Set the link type to access hybrid Set the link type to hybrid trunk Set the link type to trunk [BQ-4-1-01-if-range]port ? access Set access port attributes hybrid Set hybrid port attributes link-aggregation Link aggregation group link-mode Switch the specified interface to layer2 or layer3 ethernet link-type Set the link type trunk Set trunk port attributes [BQ-4-1-01-if-range]port link [BQ-4-1-01-if-range]port link-t [BQ-4-1-01-if-range]port link-type ? access Set the link type to access hybrid Set the link type to hybrid trunk Set the link type to trunk 没有wtu模式
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
接口下没有wtu模式 [BQ-4-1-01]int range GigabitEthernet 1/0/1 to GigabitEthernet 1/0/2 [BQ-4-1-01-if-range]port lin [BQ-4-1-01-if-range]port link-t [BQ-4-1-01-if-range]port link-type ? access Set the link type to access hybrid Set the link type to hybrid trunk Set the link type to trunk [BQ-4-1-01-if-range]port ? access Set access port attributes hybrid Set hybrid port attributes link-aggregation Link aggregation group link-mode Switch the specified interface to layer2 or layer3 ethernet link-type Set the link type trunk Set trunk port attributes