Board logo

标题: [问题求助] VBS脚本如何智能替换TXT文件中部分内容? [打印本页]

作者: mybox65    时间: 2012-2-13 15:49     标题: VBS脚本如何智能替换TXT文件中部分内容?

有两种interface, 即FastEthernet 和GigabitEthernet ; 一旦在interface FastEthernet下有 switchport port-security 就在其后添加一句 switchport voice vlan 111,  但在interface GigabitEthernet下看见 switchport port-security,就将它删除

---------------------------
如下, 一个文件中包含多个interface配置文字块(见下面),  每个块的起始,结束都有一个!,下一行紧跟的是interface FastEthernet/GigabitEthernet



!
interface FastEthernet
   switchport port-security
   switchport voice vlan 111  ->发现"switchport port-security " 添加一句"switchport voice vlan 111"
!  

!
interface GigabitEthernet
   switchport port-security ->删除
!

!
dklauroiqwpuoiuewqpurofsaiofuasoiufasoiufouiasoiudfoiu    ->其它文字块,没有任何操作
!
作者: more    时间: 2012-2-13 22:17

这种问题太模糊了,这两行数据是紧挨着的吗???这是非常重要的细节...
作者: mybox65    时间: 2012-2-14 01:11

首先十分感谢more的热心帮助,    我是一个搞网络的, 从来没有学过编程, VB对我太难懂了

关于你的问题:
  switchport port-security
  switchport voice vlan 111
两句话可以连在一起, 也可以分开. 只要在一个"interface块"里面就可以了. (块的第一行以一个!开头, 第二行是interface FastEthernet 或 interface GigabitEthernet    最后一行是以一个!开头)

比如

!
interface FastEthernet
   switchport port-security
   switchport aging 10
   mls qos
   switchport voice vlan 111     ->只要在这个interface块里面就可以了, 可以不紧挨着
!
作者: ivor    时间: 2012-2-14 10:48

首先十分感谢more的热心帮助,    我是一个搞网络的, 从来没有学过编程, VB对我太难懂了

关于你的问题:
...
mybox65 发表于 2012-2-14 01:11



    看你这个很像思科的交换机命令
作者: mybox65    时间: 2012-2-14 23:52

回复 4# ivor


是啊,  我刚进入这一行, 一次叫我配置300台交换机, 没有script实在很难啊
作者: more    时间: 2012-2-15 23:32

没有文件不好说,给一个具体的文件还差不多,光看这样的说明很蛋疼...




欢迎光临 批处理之家 (http://bathome.net./) Powered by Discuz! 7.2