Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

iz(8) [debian man page]

IZ(8)							  System Administration Utilities						     IZ(8)

NAME
iz - configure an IEEE 802.15.4 interface SYNOPSIS
iz [options] [command] DESCRIPTION
Manage IEEE 802.15.4 network interfaces OPTIONS
-d, --debug[=N] print netlink messages and other debug information -v, --version print version -h, --help print help Common commands: help [command] Print detailed help for a command. event [iface] Monitor events from the kernel (^C to stop). PHY 802.15.4 commands: listphy [phy] List phys(s). add phy [iface] Add an interface attached to specified phy. del [phy] iface Delete the specified interface. MAC 802.15.4 commands: scan <iface> <ed|active|passive|orphan> <channels> <duration> Perform network scanning on specified channels. assoc <iface> <pan> <coord> <chan> ['short'] Associate with a given network via coordinator. disassoc <iface> <addr> <reason> Disassociate from a network. list [iface] List interface(s). AUTHOR
Written by Dmitry Eremin-Solenikov, Sergey Lapin and Maxim Osipov REPORTING BUGS
Report bugs to linux-zigbee-devel@lists.sourceforge.net Userspace tools for Linux IEEE 802.15.4 stack homepage <http://linux-zigbee.sourceforge.net/> COPYRIGHT
Copyright (C) 2008, 2009 by Siemens AG License GPLv2 GNU GPL version 2 <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. iz 0.2.2 August 2010 IZ(8)

Check Out this Related Man Page

NCFTOOL(1)						       Network Configuration							NCFTOOL(1)

NAME
ncftool - Network configuration tool SYNOPSIS
ncftool [command [options]] DESCRIPTION
ncftool is a command line utility to configure networking. It can be invoked with no arguments to bring up the interactive ncftool shell. Alternatively a command and optional arguments can be specified to have ncftool execute the command non-interactively. COMMANDS
list [--macs] [--all] [--inactive] List the currently configured toplevel network interfaces [--macs] - show MAC addresses [--all] - show all (up & down) interfaces [--inactive] - show only inactive (down) interfaces dumpxml [--mac] [--live] name Dump the XML description of an interface [--mac] - interpret the name as MAC address [--live] - include information about the live interface name - the name of the interface define xmlfile Define an interface from the specified XML file. undefine iface Remove the configuration of the specified interface. ifup iface Bring up specified interface. ifdown iface Bring down specified interface. change-begin Mark the beginning of a set of revertible network configuration changes. change-commit Commit (make permanent) a set of network configuration changes begun with change-begin. change-rollback Rollback (revert) a set of network configuration changes begun with change-begin. help [command] Print details about command, if specified, or list all commands if command is not specified. quit Exit the program. SEE ALSO
interfaces (5) AUTHORS
Please refer to the AUTHORS file distributed with netcf. netcf-0.2.2 2012-12-20 NCFTOOL(1)
Man Page

8 More Discussions You Might Find Interesting

1. Linux

How to enable 802.1x in Redhat 9

Hey All, I have some clarification regarding how to install 802.1x in redhat 9 or how to enable this 802.1x. Regards Alex :) (0 Replies)
Discussion started by: solaris8in
0 Replies

2. Shell Programming and Scripting

cutting unwanted text

Hello, I have a log file which looks like this : I want to cut out some text and get printed only : "HTTP GET" and "Time duration: 1013 mls. (1 sec.)" I tried searching the forum for such solution, but I was unable to find it. I also tried awk '/duration/ { print $0 }' mylogfile.log,... (2 Replies)
Discussion started by: sysgate
2 Replies

3. UNIX for Dummies Questions & Answers

Non Numeric Argument Error

hi there, I was recently introduced to this site by a friend. I hope you guys can help with a code error i can't seem to debug.I can get to add two different data types together. A snippet of the code is below: echo -n "Enter Your MOnthly Investment" read Inv PIP= $(echo "scale=2; 10 / 100"... (4 Replies)
Discussion started by: Allenzo
4 Replies

4. UNIX for Advanced & Expert Users

Network interface in Linux kernel

Hi, I wrote some network modules to 2.6.x Linux kernel. Im useing sock_recvmsg / sock_sendmsg (linuxsrc/include/linux/net.h ) interface to receiving and sending data in TCP mode. Im cooperating with HTTP protocol and I have a question. Supose that I have buffer I have connection client -... (2 Replies)
Discussion started by: marcintom
2 Replies

5. Shell Programming and Scripting

Can't find the mistake in sed expression

Hi there, Can anyone help me find the correct expression for sed. I want to repace iface eth0 inet wathever with iface eth0 inet static Thanks for your help Santiago (5 Replies)
Discussion started by: chebarbudo
5 Replies

6. UNIX and Linux Applications

Access to network interface (Mac-network)

Hi, I'm a italian student. For my thesis I develop a gateway with protocol 6lowpan. For that I must access to network interface to develope my personal stack based on standard 802.15.4. Can you help me? I need an explanation for that. (0 Replies)
Discussion started by: berny88
0 Replies

7. Red Hat

RHEL 5.5 NIC Bonding

I am new to linux. I have a falconstor CDP installation which runs on RHEL 5.5 (Tikanga). There is a vendor option to bond nics in either 802.3ad or round robin, I choose 802.3ad. The server is connected to a Cisco 3750 switch. The problem is dropped packets and eth03 wont come up in the PO... (0 Replies)
Discussion started by: tjcooper
0 Replies

8. IP Networking

1 VPS with 2 IP addresses. How to make them independent?

I have this in /etc/network/interfaces: auto ens3 iface ens3 inet static address 46.xx.xxx.1x7 netmask 255.255.252.0 broadcast 46.38.xxx.255 gateway 46.xx.xxx.1 auto ens3:0 iface ens3:0 inet static address 188.xx.xx.xx5 netmask... (0 Replies)
Discussion started by: Douro
0 Replies