DanPJ

updated

15 years ago

D

DanPJ

2 Intern

309 Posts

0

2017

December 15th, 2011 12:00

Run a script in Cisco SAN-OS/NX-OS

Hello,

I need to create many device aliases. How can I run the instructions below in one batch file without copy-n-pasting chunks of a big file into my terminal?

Thanks.

copy run start

 

device-alias database

device-alias name vmaxXXX-fa8e0 pwwn XX:XX:XX:XX:XX:XX:XX:XX

...

...

...

device-alias commit

exit

config t