2 ip icmp error-interval – CANOGA PERKINS CanogaOS Command Reference User Manual

Page 214

Advertising
background image

CanogaOS Command Line Reference

Revision 1.02

Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches

Page 214 of 855

„

Many older networks were built using Level 2 bridges. The judicious use of secondary addresses

can aid in the transition to a subnetted, router-based network. Switches on an older, bridged
segment can be easily made aware that many subnets are on that segment.

„

Two subnets of a single network might otherwise be separated by another network. This situation

is not permitted when subnets are in use. In these instances, the first network is extended, or
layered on top of the second network using secondary addresses.


Examples

In the following example, 10.108.1.27 is the primary address and 192.31.7.17 and 192.31.8.17 are
secondary addresses for eth-0-1:
Switch(config)# interface eth-0-1
Switch(config-if)# ip address 10.108.1.27 255.255.255.0
Switch(config-if)# ip address 192.31.7.17/24 secondary
Switch(config-if)# ip address 192.31.8.17 255.255.255.0 secondary


Related Commands

12.2 ip icmp error-interval

To set the interval of ICMP error messages generated by the switch, use the ip icmp error-interval
command in global configuration mode. To restore the default value, use the no form of this command.


Command Syntax

ip icmp error-interval interval

interval

The interval in milliseconds. The range is 0 to 2147483647 milliseconds.


Default

Default is 1000 milliseconds.


Command Mode

Global configuration


Usage


Examples

In the following example, user sets the error interval to 10 seconds, which means only one ICMP error
messages was generated per 10 seconds:
Switch(config)# ip icmp error-interval 10000


Related Commands

Advertising