创建vlan接口对应的netconf xml是哪一个呢, 在文档里面没有找到
对应的命令是 : interface vlan-interface 100 , 用下面这个创建失败了
(0)
最佳答案
你这个应该是接口配置access口,pvid1的配置,所以创建失败,你先试试下面这个,看介绍应该是这个
<VLAN>
<Interfaces>
<Interface>
<IfIndex></IfIndex>
<Name></Name>
<LinkType></LinkType>
<PVID></PVID>
<UntaggedVlanList></UntaggedVlanList>
<TaggedVlanList></TaggedVlanList>
<PermitVlanList></PermitVlanList>
</Interface>
</Interfaces>
</VLAN>
(0)
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
谢谢, 我问了h3c的工程师了, 用的是<top xmlns="http://www.h3c.com/netconf/action:1.0"> <Ifmgr> <LogicInterfaces> <Interface> <IfTypeExt>41</IfTypeExt> <Number>{{ Number }}</Number> </Interface> </LogicInterfaces> </Ifmgr> </top>