ifconfig replacement using the iproute2 architecture

netstat -rn replacement using the iproute2 architecture

rule branching information using the iproute2 architecture

Screenshot ;)
-------------
vmware0:~# ifcfg -n
Interface    Netentity          MAC                PHY Info
lo           127.0.0.1/8        00:00:00:00:00:00  n/a
eth0         172.23.100.10/16   00:0c:29:0c:c4:01  UP ARP NONPROMISC
eth0:0       195.186.3.11/28    00:0c:29:0c:c4:01  UP ARP NONPROMISC
eth1         10.10.1.1/24       00:0c:29:0c:c4:0b  UP ARP NONPROMISC
vmware0:~# show-rules
RuleNr     Source           Destination      Table    Special
0          all              all              local    n/a
100        all              all              main     n/a
65000      all              all              1        n/a
vmware0:~# show-routes
Destination        Gateway         Source             Iface    R_Type RT_table
195.186.3.0/28     0.0.0.0         195.186.3.11       eth0            main
10.10.1.0/24       0.0.0.0         10.10.1.1          eth1            main
224.0.0.0/24       0.0.0.0         0.0.0.0/0          all      BL     main
172.23.0.0/16      0.0.0.0         172.23.100.10      eth0            main
default            172.23.1.1      172.23.100.10      eth0            1
vmware0:~#