Xiotech—Proprietary 160337-000 Rev D, 30 September, 2013 Page 73
ISE Management ISE User Guide
Disable Subscriptions
Once a subscription to
ISE Analyzer Software Service
has been enabled, it can be disabled using either the ISE
Web Interface or the CLI as described below.
Orchestrator
To disable ActiveWatch subscriptions using the Orchestrator, select
All Devices
>>
ise_name
>>
ActiveWatch
>>
Subscriptions
. (See the Orchestrator User Guide.)
Web Interface
From the Web Interface At-A-Glance Summary Page, pull down the System menu and select
Create
subscription (see Figure 47 on page 69). The Subscription Setup Page is displayed, showing the IP
address of a subscription (see Figure 49 on page 71). To un-subscribe:
1. Enter an
ISE Analyzer Software Service
IP address.
2. Click
A
LERT to un-subscribe from Alerts.
3. Click
G
ENERAL
U
PDATES to un-subscribe from General Updates.
4. Click
T
ELEMETRY to un-subscribe from Telemetry.
5. Click
S
AVE
C
HANGES and the un-subscription is complete.
Note. Do not try to delete a subscription by deleting the IP address in the
Address
box. The Web Interface
does not save changes (including un-checking any check box) if the IP address field is blank.
Command Line Interface
From the CLI, enter the following command at the prompt:
subscribe add -ipaddress=nnn.nnn.nnn.nnn -type=type -enabled=false
where
nnn.nnn.nnn.nnn is the IP address of the
ISE Analyzer Software Service
expressed in IPv4-standard
format and the
type is alert, gupdate, or telemetry. The range for the -interval option is 15 to 1440
minutes. For example, to disable the general update subscription to 207.250.72.215:443, enter
subscribe add -ipaddress=207.250.72.215:443 -type=gupdate -enabled=false
Delete Subscriptions
To delete a subscription, enter the following command at the prompt:
subscribe delete -ipaddress=nnn.nnn.nnn.nnn:ppp -type=type
where
nnn.nnn.nnn.nnn is the IP address of the
ISE Analyzer Software Service
expressed in IPv4-standard
format and the
type is alert, gupdate, or telemetry.
For example, to delete the general update subscription to 10.20.30.40:443, enter
subscribe show
10.20.30.40:443, type=telemetry, enable=true, interval=1440, Last Sent= 14-Sep-
2010 09:17:26
10.20.30.40:443, type=general update, enable=false, interval=720, Last Sent= 14-
Sep-2010 09:17:26
10.20.30.40:443, type=alert, enable=true
subscribe delete -ipaddress=10.20.30.40:443 type=telemetry
subscribe show