From fb2f0839cef2d882f33bbf528ad2455ce2a31f35 Mon Sep 17 00:00:00 2001 From: Laurent Mazet Date: Tue, 5 Jan 2016 16:04:47 +0100 Subject: [PATCH] correct script for internal lab network --- master/root/bin/conf_switch_integration | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/master/root/bin/conf_switch_integration b/master/root/bin/conf_switch_integration index 1bc0deb..69698bb 100755 --- a/master/root/bin/conf_switch_integration +++ b/master/root/bin/conf_switch_integration @@ -2,7 +2,7 @@ set sub [lrange $argv 0 0] if { $sub == "" } { set sub "1" } -spawn telnet sw1 +spawn telnet swm expect { "Password:" { send "thales\r" } @@ -18,7 +18,7 @@ expect -exact "#" { send "config terminal\r" } expect -exact "#" { send "vlan 192\r" } expect -exact "#" { send "name Integration\r" } expect -exact "#" { send "exit\r" } -f + expect -exact "#" { send "interface gigabitEthernet 1/47\r" } expect -exact "#" { send "switchport mode access\r" } expect -exact "#" { send "switchport access vlan 192\r" } -- 2.30.2