In this section:
Static IP Routes for IP Interfaces
The staticRoute
object is used to configure static IP routes for the IP interfaces. A static route indicates the nextHop gateway and IP interface that is used for a particular peer network IP prefix.
A route preference
may be configured for static routes as shown in the command syntax. The lower the preference value, the more likely the route is to be used.
- Static routes using a specific ceName can only be added for packet interfaces.
- The SBC does not allow to delete the
ceName
separately. - A static route is deleted only from the instance in which it is configured, and not from both active and standby instances of a SBC HA pair configuration.
- The configuration of a
staticRoute
with respect to aceName
cannot be edited. If any change is desired in the configuration, delete thestaticRoute
and reconfigure it. - For a
staticRoute
, a delete with preference or preference and value, will delete only the preference and value and not the static route.
The SBC 5400 and SBC 7000 systems support creating IP Interface Groups containing sets of IP interfaces that are not "processor friendly" (i.e. carried on physical Ethernet ports served by separate processors). However, restrictions exist regarding the usage of such Interface Groups.
For complete details, refer to Configuring IP Interface Groups and Interfaces.
Command Syntax
% set addressContext <addressContext_name> staticRoute <destinationIpAddress> <ip_prefix_length> <nextHopIPaddress> <ipInterfaceGroupName> <ipInterfaceName> condition ceName (node name) preference <100-2147483647> % show addressContext <addressContext_name> staticRoute % delete addressContext <addressContext> staticRoute <IpAddress>
Command Parameters
The following table represents Static Route Parameters:
Parameter | Length/Range | Description |
---|---|---|
| 1-23 |
|
| N/A |
|
| 0-128 | The IP prefix length of this static route entry. |
| N/A | The IPv4 or IPv6 address of the next system en route to the destination. |
| N/A | The name of the IP interface group. |
| N/A | The name of the IP interface for this entry. |
condition | N/A | For an SBC HA pair configuration (only), use this object to define the routes added to this SBC HA pair.
NOTE: The SBC supports only the NOTE: Before configuring the NOTE: The |
| 100-2147483647 |
|
Command Example
To display static routes:
% show addressContext default staticRoute staticRoute 10.6.30.105 32 10.34.26.1 LIF2 lif_eth3 { preference 10; } staticRoute 10.34.9.70 32 10.34.25.1 LIF1 lif_eth2 { preference 10; } staticRoute 10.34.9.95 32 10.34.26.1 LIF2 lif_eth3 { preference 10; } staticRoute 10.34.13.194 32 10.34.25.1 LIF1 lif_eth2 { preference 1; } staticRoute 10.34.13.195 32 10.34.26.1 LIF2 lif_eth3 { preference 10;
Static Route for Management Interfaces
The staticRoute
object is used to configure static IP routes for the management interfaces. A static route indicates the nextHop gateway and management interface that is used for a particular peer network IP prefix.