Configuring the WSM using Device Manager # Go back one pageGo to the next page#Go to this book's Index

Defining IP Address Ranges for the Local Route Cache

The Local Route Cache lets you reduce the size of the ARP table on the WSM by defining a range of addresses that will be cached. The local network address defines the base IP address in the range which will be cached, and the local network mask is the mask which is applied to produce the range. To determine if a route should be added to the memory cache, the destination address is masked (bitwise AND) with the local network mask and checked against the local network address.

By default, the local network address and mask are both set to 0.0.0.0. This produces a range that includes all Internet addresses for route caching: 0.0.0.0 through 255.255.255.255.

Addresses to be cached are subnets that are directly connected to a configured interface. the following table shows an example you could configure to limit the route cache to your local hosts. 


Local Host Address Range Address Mask
0.0.0.0 - 127.255.255.255
0.0.0.0
128.0.0.0
128.0.0.0 - 255.255.255.255
128.0.0.0
128.0.0.0
205.32.0.0 - 205.32.255.255
205.32.0.0
255.255.0.0


Note Note: All addresses that fall outside the defined range are forwarded to the default gateway. The default gateways must be within range.

See also:


Go back one pageGo to the next page##Go to this book's Index