4.316 ent-ip-rte
Use this command to configure the destination IP address, subnet mask, and the gateway IP address for the specified card in the Static IP Route table.
Parameters
- loc (mandatory)
- Card location. The unique identifier of a specific
IP card in the system.
- Range:
- 1101 - 1108, 1111 - 1112, 1201 - 1208, 1211 - 1218, 1301 - 1308, 1311 - 1318, 2101 - 2108, 2111 - 2118, 2201 - 2208, 2211 - 2218, 2301 - 2308, 2311 - 2318, 3101 - 3108, 3111 - 3118, 3201 - 3208, 3211 - 3218, 3301 - 3308, 3311 - 3318, 4101 - 4108, 4111 - 4118, 4201 - 4208, 4211 - 4218, 4301 - 4308, 4311 - 4318, 5101 - 5108, 5111 - 5118, 5201 - 5208, 5211 - 5218, 5301 - 5308, 5311 - 5318, 6101 - 6108, 6111 - 6118
- dest (mandatory)
- Destination IP Address. The IP Address of a remote destination host or network to be reached.
- gtwy (optional)
- Gateway IP Address. The IP address assigned to the gateway router that will properly forward IP datagrams with the destination IP address (dest) to the next-hop gateway router or final destination host.
- submask (mandatory)
- The subnet mask of the destination IP address, in
the form of an IP address with a restricted range of values. This parameter is
required if the
ipaddr parameter is entered.
- Range:
- The value must be valid for the class of the entered IP address.
- Valid for Class A Networks
-
- 255.0.0
- 255.192.0
- 255.224.0
- 255.240.0
- 255.248.0
- 255.252.0
- 255.254.0
- 255.255.128.0
- Valid for Class A or B Networks
-
- 255.255.0.0
- 255.255.192.0
- 255.255.224.0
- 255.255.240.0
- 255.255.248.0
- 255.255.252.0
- 255.255.254.0
- 255.255.255.128
- Valid for Class A, B, or C Networks
-
- 255.255.255.0
- 255.255.255.192
- 255.255.255.224
- 255.255.255.240
- 255.255.255.248
- 255.255.255.252
Note:
The value 255.255.255.255 must be specified if the destination IP address represents a host address. If the destination IP address represents a network address, a value must be specified that identifies the network ID and host ID portions of the address.
Example
ent-ip-rte:loc=1301:dest=128.252.10.5:submask=255.255.255.255: gtwy=140.188.13.33
Dependencies
The specified destination IP address (dest parameter):
- Must not be the default route (0.0.0.0)
- Must not correspond to any loopback address (i.e. 127.X.X.X)
- Must be unique per card
- Must not reside on any local network on the card
The specified gateway IP address (gtwy parameter):
- Must not be the default route (0.0.0.0)
- Must not correspond to any loopback address (i.e. 127.X.X.X)
- Must correspond to a host IP address that resides on any local network on the card
The IP address must be defined for any or all networks for the card before this command can be entered. (See the chg-ip-lnk command.)
Each destination IP address entered into the Static IP Route table must be unique for the card.
A maximum of 64 static IP routes can be defined for a card.
A maximum of 2048 static IP routes can be defined in the IP Route table.
The network address specified by the dest and submask parameters must be different from the network address specified by the pvn and pvnmask, fcna and fcnamask, and fcnb and fcnbmask parameters of the NETOPTS table.
Notes
The Static IP Route table is used to store static IP route entries. Static routes are maintained across card initialization, failures, and reloads. These types of routes are used when the IP Layer cannot determine routes dynamically. Static IP route entries can be added or deleted dynamically.
Output
ent-ip-rte:loc=1301:dest=128.252.10.5:submask=255.255.255.255:
gtwy=140.188.13.33
rlghncxa03w 12-07-24 15:35:05 EST EAGLE 45.0.0
IP Route table is (1 of 2048) 1% full
ENT-IP-RTE: MASP A - COMPLTD
;
Related Topics