Need multiple loopbacks on IOS/IOU?
25 Jul 2018
Use this TCL script. Change “20” in the line {$i <= 20} to match desired amount of loopbacks Change the ip range to your what you need. Copy and paste the entire script tclsh for { set i 0 } {$i <= 20 } { incr i } { puts [ ios_config “interface loopback$i” … More Need multiple loopbacks on IOS/IOU?