Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

routel(8) [linux man page]

ROUTEL(8)							       Linux								 ROUTEL(8)

NAME
routel - list routes with pretty output format routef - flush routes SYNTAX
routel [tablenr [raw ip args...]] routef DESCRIPTION
These programs are a set of helper scripts you can use instead of raw iproute2 commands. The routel script will list routes in a format that some might consider easier to interpret then the ip route list equivalent. The routef script does not take any arguments and will simply flush the routing table down the drain. Beware! This means deleting all routes which will make your network unusable! FILES
/usr/bin/routef /usr/bin/routel AUTHORS
The routel script was written by Stephen R. van den Berg <srb@cuci.nl>, 1999/04/18 and donated to the public domain. This manual page was written by Andreas Henriksson <andreas@fatal.se>, for the Debian GNU/Linux system. SEE ALSO
ip(8) iproute2 3 Jan, 2008 ROUTEL(8)

Check Out this Related Man Page

ifmetric(8)						      System Manager's Manual						       ifmetric(8)

NAME
ifmetric - An IPv4 route metrics manipulation tool SYNOPSIS
ifmetric INTERFACE [METRIC] DESCRIPTION
ifmetric is a Linux tool for setting the metrics of all IPv4 routes attached to a given network interface at once. This may be used to change the priority of routing IPv4 traffic over the interface. Lower metrics correlate with higher priorities. ifmetric uses the Linux NETLINK interface to manipulate the routes. Because of that it is compatible with routes created with the new iproute2 utility. OPTIONS
You should specify the interface name as first parameter. The second parameter should be the new metric. If ommited the metric 0 (highest) is used. RETURN VALUES
0 Success 1 Failure AUTHOR
ifmetric was written by Lennart Poettering <mzvszrgevp (at) 0pointer (dot) de>. ifmetric is available at http://0pointer.de/lennart/projects/ifmetric/ SEE ALSO
route(8), ip(8) (iproute2) COMMENTS
This man page was written using xml2man(1) by Oliver Kurth. Manuals User ifmetric(8)
Man Page

5 More Discussions You Might Find Interesting

1. IP Networking

Issue with Ns2.29

Hello, I am a beginner in Ns2 . I'am trying to run the example attached bu I have this errors : Simulation is running ... please wait ... can't read "Node_(7)": no such element in array while executing "return $Node_($id)" (procedure "_o3" line 3) (Simulator get-node-by-id... (0 Replies)
Discussion started by: Yotta15
0 Replies

2. Shell Programming and Scripting

Grep command output in tabular format

I have a grep command script which works fine and give the correct results but i wanted the output to be displayed in tabular format ? Is it possible to display the output in tabular format and as well direct them to some file. main script : #!/usr/bin/bash Start_Time=`date '+%m%d%y... (1 Reply)
Discussion started by: Optimus81
1 Replies

3. Shell Programming and Scripting

Compare 2 files using sdiff command output

Hi All, I have written the shell script which does the following : a. Reads the *.cnf file content from the specified input folder path b. Grep's some strings from the *.cnf file and writes the output in result file(*.cnf_result.txt) in output folder c. Now, if we get new version of... (5 Replies)
Discussion started by: Optimus81
5 Replies

4. UNIX for Dummies Questions & Answers

Why my find return not expected?

root@intel_5500_server:~# find / -name bin -o -name sbin /usr/bin /usr/lib64/pm-utils/bin /usr/lib64/rpm/bin /usr/sbin /bin /sbin root@intel_5500_server:~# which ovs-pki /usr/bin/ovs-pki why below command return nothing root@intel_5500_server:~# find /... (8 Replies)
Discussion started by: yanglei_fage
8 Replies

5. Shell Programming and Scripting

Get multiple values from an xml file using one of the following commands or together awk/perl/script

Hello, I have a requirement to extract the value from multiple xml node and print out the values to new file to compare. Would be done using either awk/perl or some unix script. For example sample input file: ..... ..... <factories xmi:type="resources.jdbc:DataSource"... (2 Replies)
Discussion started by: slbmind
2 Replies