Ip route maximum_multiple – Enterasys Networks X-Pedition XSR CLI User Manual
Page 240
Other IP Commands
5-164 Configuring the Internet Protocol
Mode
Global configuration:
XSR(config)#
Examples
, sets 2 static routes to networks 192.1.2.0 and 193.62.5.0 through
gateway 192.31.7.65. Note that the distance is 1 (default), making these routes preferred in case a
dynamic routing protocol is running on the same router with its own routes for these destinations.
XSR(config)#ip route 192.1.2.0 255.255.255.0 192.31.7.65
XSR(config)#ip route 193.62.5.0 255.255.255.0 192.31.7.65
Figure 5-8 Static Route Example
ip route maximum_multiple
This command specifies the maximum number of multiple static routes which are static routes
having the same destination but different next hops.
Syntax
ip route maximum_multiple value
Syntax of the “no” Form
The no form of this command resets the maximum number of multiple static routes to the default:
no ip route maximum_multiple
Mode
Global configuration:
XSR(config)#
Default
4
Example
The following example sets the maximum value to 6:
XSR(config)#ip route maximum-multiple 6
192.1.2.0
193.62.5.0
192.31.7.65
INTERNET
Router 1
Router 2
value
Maximum number of multiple static routes allowed, ranging from 2 to 8.