8.64.2. Contents of IPRoute2
Short Descriptions
Configures network bridges |
|
Connection status utility |
|
Generic netlink utility front end |
|
Shows interface statistics, including the number of packets transmitted and received, by interface |
|
The main executable. It has several different functions, including these:
ip link ip addr allows users to look at addresses and their properties, add new addresses, and delete old ones ip neighbor allows users to look at neighbor bindings and their properties, add new neighbor entries, and delete old ones ip rule allows users to look at the routing policies and change them ip route allows users to look at the routing table and change routing table rules ip tunnel allows users to look at the IP tunnels and their properties, and change them ip maddr allows users to look at the multicast addresses and their properties, and change them ip mroute allows users to set, change, or delete the multicast routing ip monitor allows users to continuously monitor the state of devices, addresses and routes |
|
Provides Linux network statistics; it is a generalized and more feature-complete replacement for the old rtstat program |
|
Displays network statistics |
|
A component of ip route, for listing the routing tables |
|
Displays the contents of |
|
Route monitoring utility |
|
Converts the output of ip -o into a readable form |
|
Route status utility |
|
Similar to the netstat command; shows active connections |
|
Traffic control for Quality of Service (QoS) and Class of Service (CoS) implementations tc qdisc allows users to set up the queueing discipline tc class allows users to set up classes based on the queuing discipline scheduling tc filter allows users to set up the QoS/CoS packet filtering tc monitor can be used to view changes made to Traffic Control in the kernel. |