Noprint | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
...
Panel | ||||
---|---|---|---|---|
In this section:
|
The mgmtStaticRoute
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.
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 will be used.
Code Block | ||
---|---|---|
| ||
% set system mgmtStaticRoute <destinationIpAddress>
<prefix>
<nextHopIPaddress>
mgmtGroup <mgmtIntf1 | mgmtIntf2 | mgmtIntf3 | mgmtIntf4>
preference <1-99>
% show system
mgmtStaticRoute <destinationIpAddress>
<prefix>
<nextHopIPaddress>
mgmtGroup <mgmtIntf1 | mgmtIntf2 | mgmtIntf3 | mgmtIntf4>
preference <1-99>
% delete system mgmtStaticRoute |
Caption | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||
|
To display management static route configuration:
Code Block | ||
---|---|---|
| ||
% show system mgmtStaticRoute
mgmtStaticRoute 0.0.0.0 0 0.0.0.0 mgmtGroup mgmtIntf2 {
preference 10;
}
mgmtStaticRoute 0.0.0.0 0 10.34.26.1 mgmtGroup mgmtIntf1
{
preference 10;
}
mgmtStaticRoute 10.34.26.151 2 10.34.26.153 mgmtGroup
mgmtIntf1 {
preference 20;
} |
Note | ||||
---|---|---|---|---|
In an environment with two subnet management
|