5-36
Cisco SCE8000 Software Configuration Guide, Rel 3.1.6S
OL-16479-01
Chapter 5 Configuring the Management Interface and Security
IP Configuration
•
show ip advertising
•
show ip advertising destination
•
show ip advertising interval
Configuring IP Advertising
To configure IP advertising, you must first enable IP advertising. You may then specify a destination
address to which the ping request is to be sent and/or the frequency of the ping requests (interval). If no
destination or interval is explicitly configured, the default values are assumed.
Options
The following options are available in the IP advertising commands:
•
interval
— The time interval between pings in seconds.
default interval = 300 seconds
•
destination
— The IP address of the destination for the ping requests
default destination = 127.0.0.1
How to Enable IP Advertising
Step 1
From the SCE(config)# prompt, type
ip advertising
and press
Enter
.
Enables IP advertising.
How to Configure the IP Advertising Destination
Step 1
From the SCE(config)# prompt, type
ip advertising destination
destination,
and press
Enter
.
Configures the destination for the IP advertising pings.
How to Configure the IP Advertising Interval
Step 1
From the SCE(config)# prompt, type
ip advertising interval
interval,
and press
Enter
.
Configures the frequency of the IP advertising pings.
Configuring IP Advertising: Example
The following example shows how to configure IP advertising, specifying 10.1.1.1 as the destination and
an interval of 240 seconds.
SCE(config)#ip advertising destination 10.1.1.1
SCE(config)#ip advertising interval 240