ITXINXI,apcf.txt
问题描述:
为什么AC通过apcfg.txt 下发 无法执行下面粗体行呢?system-view
lldp global enable
telnet server enable
line vty 0 4 authentication-mode password
set authentication password simple 123123.com
user-role network-admin
protocol inbound telnet
quit
vlan 10
quit
vlan
quit
vlan 30
quit
vlan 40
quit
interface Vlan-interface 1
undo ip address dhcp-alloc
undo ipv6 address dhcp-alloc
quit
interface Vlan-interface
ip address dhcp-alloc
quit
interface GigabitEthernet 0/0/0
port link-type trunk
port trunk permit vlan 10
port trunk pvid vlan
quit
你倒过来写,最后再删除int vlan 1就行了。
不过其实一般不会特地去把AP上的int vlan 1改掉,只要对端交换机那里改掉pvid就行。
system-view
lldp global enable
telnet server enable
line vty 0 63
authentication-mode password
set authentication password simple 123123.com
user-role network-admin
protocol inbound telnet
quit
vlan 10
quit
vlan
你的思路是对的。 但是 interface Vlan-interface 1 undo ip address dhcp-alloc undo ipv6 address dhcp-alloc quit 这个是不能去掉。就放着 现在都正常了。
ITXINXI这种一般都是map文件写的可能有点小问题
例如tab空格或者中文的空格或字符等等
不然不会下发文件只下发一半的内容,前面可以下发应该文件下发的配置和连通性都没什么问题
9小时前回答楼上提示了这个。所以我特意全部手敲进去也一样
ITXINXI抓狂。 咋弄都不行粗体这边无法执行
但是全部复制直接在ap刷入进去是没问题d
在编辑map-configuration文件时需注意,文件的某个命令行后面不要有Tab键或者大量空格出线,否则会出现该行配置配不成功的情况
楼上提示了这个。所以我特意全部手敲进去也一样
ITXINXIapcfg.txt配置错误或者组网规划不合理导致。
删除vlan1地址后AP掉线所以后面配置无法生效。
7小时前回答我是不想使用vlan1 想使用其他vlan 那上面配置我应该怎么弄好呢?
ITXINXI多看看原理或者联系下400热线或H3C认证代理商沟通下组网细节吧
Xcheng你的思路对的现在好了。vlan1 不能删除就那么放着就好了
ITXINXI你正在,apcf.txt