PR_ROUTE(8) System Manager's Manual PR_ROUTE(8)NAME
pr_routes - show IP routing.
SYNOPSIS
pr_routes [-i ip device]
DESCRIPTION
Pr_routes displays the IP routing table.
OPTIONS -i ip device specifies the ip device.
SEE ALSO add_routes(8), irdp(8).
AUTHOR
Pr_routes.c was written by Philip Homburg. This manual page by A. S. Woodhull, last revised 13.02.96.
PR_ROUTE(8)
Check Out this Related Man Page
devattr(1M) System Administration Commands devattr(1M)NAME
devattr - display device attributes
SYNOPSIS
devattr [-v] device [attribute]...
DESCRIPTION
devattr displays the values for a device's attributes. The display can be presented in two formats. Used without the -v option, only the
attribute values are shown. Used with the -v option, the attributes are shown in an attribute=value format. When no attributes are given
on the command line, all attributes for the specified device are displayed in alphabetical order by attribute name. If attributes are
given on the command line, only those attributes are shown, displayed in command line order.
OPTIONS
The following options are supported:
-v Specifies verbose format. Attribute values are displayed in an attribute=value format.
OPERANDS
The following operands are supported:
attribute Defines which attribute, or attributes, should be shown. Default is to show all attributes for a device. See the putdev(1M)
manual page for a complete listing and description of available attributes.
device Defines the device whose attributes should be displayed. Can be the pathname of the device or the device alias.
EXIT STATUS
The following exit values are returned:
0 successful completion.
1 Command syntax was incorrect, invalid option was used, or an internal error occurred.
2 Device table could not be opened for reading.
3 Requested device could not be found in the device table.
4 Requested attribute was not defined for the specified device.
FILES
/etc/device.tab
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWcsu |
+-----------------------------+-----------------------------+
SEE ALSO getdev(1M), putdev(1M), attributes(5)SunOS 5.11 5 Jul 1990 devattr(1M)
Hi All,
Is there any possibility to change the IP address of a package according to its MAC address. It would be a sort of L2 NAT. (i.e. If the MAC address is 00:1A:A0:1E:XX:XX so the dir IP will be 192.168.X.X)
Thanks!. (4 Replies)
Hi All
I have written one shell script for GPRS route add is given below named GPRSRouteSet.sh
URL="www.google.com"
VBURL="10.5.2.211"
echo "Setting route for $URL for GPRS"
URL_Address=`nslookup $URL|grep Address:|grep -v "#"|awk -F " " '{print $2}'|head -1`
echo "Executing ... (3 Replies)