cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
553
Views
5
Helpful
2
Replies

ftp custom script to /script on CSS11503

thumpercisco
Level 1
Level 1

I used tftp successfully. When I ran script ap-kal-tcp-ports both ports opened however I received error at end

Error could not remove variable.

I'm using TACACS and not allowed local accounts. I can ftp to CSS but cannot drop custom script in directory. What am I missing?

Thanks

2 Replies 2

wong34539
Level 6
Level 6

The Set Session Info step is used to populate a Session Objects custom variable values and these values will be written in

the CCDR record.

You can try this:

- copy the script in a notepad file. After you saved the file, please delete the extention of the file (get ride of the .txt)

- Put it on C:\ drive.

The open a cmd prompt:

C:\dir (make sure that you have the file there)

C:\ ftp 1.1.1.1 (CSS circuit vlan IP address)

Here you need to login with you CSS username and password.

ftp> bin (hit enter)

ftp> hash (hit enter)

ftp> cd script (hit enter)

ftp> put tcp-ports (hit enter)

Now we have the script into the CSS ready to be used on your keepalive.

If you follow the steps everything should work fine.

Hope this make sense.

- Rodrigo

Review Cisco Networking for a $25 gift card