cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2040
Views
0
Helpful
2
Replies

Having problem in ISE Repository

bilal.atif
Level 1
Level 1

WhatsApp Image 2022-04-25 at 2.28.23 PM (1).jpeg

 i am trying check validation after make repository.. but unfortunatly getting this errors on FTP and SFTP..
FILE name ise-urtbundle-2.7.0.356-1.0.0.SPA.x86_64.tar

1 Accepted Solution

Accepted Solutions

marce1000
VIP
VIP

 

              - FYI : https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvv43383

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

View solution in original post

2 Replies 2

marce1000
VIP
VIP

 

              - FYI : https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvv43383

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

Hi @bilal.atif ,

 please double check your configuration and access via CLI:

ise/admin# show run
...
repository <repository name>
url ftp://<repository_IP_Addr>/
user <username> password plain <password>
...

and then:

ise/admin# show repository <repository name>

check if you are able to check the Repository, if not, double check you access to this repository.

 

Note: since you are trying to execute the ise-urtbundle-2.7.0.356-1.0.0.SPA.x86_64.tar, you have the option to

1. Copy the ise-urtbundle-2.7.0.356-1.0.0.SPA.x86_64.tar to the ISE Disk

ise/admin# copy ftp://<IP Addr>/ise-urtbundle-2.7.0.356-1.0.0.SPA.x86_64.tar disk:/

2. Create a Local Repository

repository LOCAL
url disk:/

3. Execute the file

ise/admin# application install ise-urtbundle-2.7.0.356-1.0.0.SPA.x86_64.tar LOCAL

 

Hope this helps !!!