使用netconf, 通过xml以及命令行配置交换机的的方法,流程。
使用python实现netconf自动化配置的案例,方法等
(0)
最佳答案
下面是一个例子
#
interface Ten-GigabitEthernet1/0/11
port link-mode route
nat server protocol tcp global 42.81.167.250 22 inside 192.0.0.11 22 vpn-instance bm_vm reversible rule test
<NAT>
<ServerOnInterfaces>
<Interface>
<IfIndex>107</IfIndex>
<ProtocolType>6</ProtocolType>
<GlobalInfo>
<GlobalVRF/>
<GlobalStartIpv4Address>112.112.112.112</GlobalStartIpv4Address>
<GlobalEndIpv4Address/>
<GlobalStartPortNumber>22</GlobalStartPortNumber>
<GlobalEndPortNumber/>
<GlobalIfIndex/>
</GlobalInfo>
<RuleName>test</RuleName>
<Reversible>true</Reversible>
<LocalInfo>
<LocalVRF>bm_vm</LocalVRF>
<LocalStartIpv4Address>192.0.0.11</LocalStartIpv4Address>
<LocalStartPortNumber>22</LocalStartPortNumber>
</LocalInfo>
<Disable>0</Disable>
<Counting>false</Counting>
</Interface>
</ServerOnInterfaces>
</NAT>
(0)
能提供一下netconf_xml手册吗?谢谢
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
能提供一下netconf_xml手册吗?谢谢