Usage of ifstatus in OpenWrt

Hi,

i am able to access the binaries like ifstatus, ifdown, ifup to get the parameter details on my raspberry pi.

How can get the same parameters in my openwrt development environment. Can someone suggest.

Thanks & Regards,
Saritha

Linux-based OSes typically now use the "Swiss arm knife" of ip for most of the things that ifconfig, netstat, arp, route, and a few others used to provide.

The syntax for ip is pretty contorted to me, and it seems I'm always referring to the help text or the man page, either from the web or another Linux-based system.

The busybox versions are close to the "full" versions for most

Here's one "reference card" version of common commands

2 Likes