This command allows you to configure static routes for the tnipx transport. You can list, read the attribute values of, create, modify, and delete static routes. Only the IPX/SPX (tnipx) transport offers the capability to specify a set of static routes that supplement the routes determined through the transport's dynamic routing protocols.
TNHOME/usr/sbin
tnroute [-L -n transport] tnroute [-R [-n transport [-o route [{-a attribute}]]]] tnroute [(-A|-M) -n transport -o route {-a attribute=value} tnroute [-D -n transport -o route]
-n transport |
Specify a transport section. |
-o route |
Specify a static route to configure. |
This attribute designates the router address for reaching the target IPX network address.
tnroute -M -n transport -o route -a gateway=gateway-address
Use one of the following commands to list all available static routes for the tnipx transport:
tnroute tnroute -L tnroute -L -n tnipx |
Sample Output:
ccf2080f |
Use the following command to list the value of attribute gateway for static route ccf2080f:
tnroute -R -n tnipx -o ccf2080f -a gateway |
Use the following command to add the value of the gateway attribute at address 00000101:0000a517810 for static route ccf2080f:
tnroute -A -n tnipx -o ccf2080f -a gateway=00000101:0000a517810 |
Use the following command to delete the static route ccf2080f:
tnroute -D -n tnipx -o ccf2080f |