2 ip icmp error-interval, 3 router-id (global) – CANOGA PERKINS 9175 Command Reference User Manual

Page 184

Advertising
background image

CanogaOS Command Reference

12-2

„ 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

12.3 router-id (global)

To use a fixed router ID for all routing protocols, use the router-id command in global configuration

Advertising