Cisco ISE important Command
##################### Create user on ise #####################
username <Username> password plain <Password> role admin
##################### Pathc install #####################
Syntax: patch install <File_Name> <Repository_Name>
patch install ise-patchbundle-3.2.0.542-Patch7-24100105.SPA.x86_64.tar.gz LOCAL
##################### ISE SHOW COMMAND #####################
ise-node1/admin# show backup ?
history Display backup history
status Display backup status
ise-node1/admin# show backup history
ise-node1/admin# show backup status
##################### Creat ISE Repository GUI #####################
GUI
Name for backup: SFTP
backup type: local / FTP / SFTP
Server name: sftp01
Path to backup folder: Root/ISE/Backup/
CLI - add host key (assume 10.10.10.10 ftp server ip.)
crypto host_key add host 10.10.10.10
crypto host_key add host sftp01
Note: Without adding host key, ISE my show error while validating repository from GUI or using show repository commmand from cli.
To View repository cli
ise-node1/admin# show repository <repository_name> | include <File_name>
##################### ISE Hot Patch instsall #####################
The application install command must only be used for installing hot patches.
To install a specific application other than Cisco ISE, use the application install command in EXEC mode.
To remove an application other than Cisco ISE, use the application remove command.
application [ install {application-bundle} {remote-repository-name}]
Copy file to local disk of ise, which is called as local repository.
ise-node1/admin# application install ise-apply-CSCwk61938_3.2.0.542_patchall-SPA.tar.gz LOCAL
##################### ISE Regular Patch instsall #####################
patch install <file-name> <repository-name>
Method 1: Copy file to ise local disk (Local respository) and then install from local repository
copy repository <Repository_Name> file <Patch File Name> disk:/
patch install <Patch File Name> <Repository_name>
Comments
Post a Comment