system-view
lldp global enable
telnet server enable
line vty 0 4 authentication-mode password
set authentication password simple ***.***
user-role network-admin
protocol inbound telnet
quit
vlan 10
quit
vlan 20
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 20
ip address dhcp-alloc
quit
interface GigabitEthernet 0/0/0
port link-type trunk
port trunk permit vlan 10 20 30 40
port trunk pvid vlan 20
quit
(0)
最佳答案
你倒过来写,最后再删除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 ***.***
user-role network-admin
protocol inbound telnet
quit
vlan 10
quit
vlan 20
quit
vlan 30
quit
vlan 40
quit
interface Vlan-interface 20
ip address dhcp-alloc
quit
interface GigabitEthernet 0/0/0
port link-type trunk
port trunk permit vlan 10 20 30 40
port trunk pvid vlan 20
quit
undo interface Vlan-interface 1
(0)
你的思路是对的。 但是 interface Vlan-interface 1 undo ip address dhcp-alloc undo ipv6 address dhcp-alloc quit 这个是不能去掉。就放着 现在都正常了。
这种一般都是map文件写的可能有点小问题
例如tab空格或者中文的空格或字符等等
不然不会下发文件只下发一半的内容,前面可以下发应该文件下发的配置和连通性都没什么问题
(0)
楼上提示了这个。所以我特意全部手敲进去也一样
楼上提示了这个。所以我特意全部手敲进去也一样
在编辑map-configuration文件时需注意,文件的某个命令行后面不要有Tab键或者大量空格出线,否则会出现该行配置配不成功的情况
(0)
楼上提示了这个。所以我特意全部手敲进去也一样
楼上提示了这个。所以我特意全部手敲进去也一样
apcfg.txt配置错误或者组网规划不合理导致。
删除vlan1地址后AP掉线所以后面配置无法生效。
(0)
你的思路对的现在好了。vlan1 不能删除就那么放着就好了
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
你的思路是对的。 但是 interface Vlan-interface 1 undo ip address dhcp-alloc undo ipv6 address dhcp-alloc quit 这个是不能去掉。就放着 现在都正常了。