Planet Technology IDL-2401 Network Card User Manual


 
IDL series User Guide
472
5.16.2.2 Create up route
Description:
Use this command to create.
Command Syntax:
create ip route [rid <rid-val>] ip <dest-ip-address> mask mask <net-mask>
gwyip <gwy-ip-address> [ifname <interface-name> | anywan] [proxyarpstatus
enable | disable]
5.16.2.3 Delete ip route
Description:
Use this command to create a routing table entry.
Command Syntax:
delete ip route [rid <rid-val>] ip <dest-ip-address> mask mask <net-mask>
Parameters:
Name Description
rid <rid-val>
RID refers to the Routing Information Database. This
database contains information about the routes in the system.
Each RID identifies a flow and defines route related information
for that flow. The RID defines a flow based on the VLAN Id. The
database can be of 2 types, IRD (Independent Routing
Database) where there are more than one RIDs in the system
and each RID defines separate routes in context of itself. If
VlanId <X> and RID <X> have been created and the routing
database is configured for IRD, than routes in RID <X> shall
define flow for packets coming on VLAN Id <X>. The other
mode for the database is SRD ( Shared Routing Database)
where there is a single RID in the system and all flows map to
this RID. This RID has to be explicitly created and no more than
one RID can be created in the system in this mode. Flows for
all created VLANs shall map to this RID for routing.
Type: Create Optional
Delete Optional
Modify Mandatory
Get Optional
Valid values: 0 - 4095
ip <dest-ip-address>
Destination IP address of this route.