HP-UX Reference (11i v3 07/02) - 1M System Administration Commands N-Z (vol 4)

n
nwmgr_intl100(1M) nwmgr_intl100(1M)
The valid values to set for speed for the 100Base-FX are
100FD and 100HD.
Note that 10 Mbps and auto-negotiation are not supported speed
configurations for the PCI 100Base-FX card.
The output for the speed attribute can take one of the two formats. In the
human-readable format, it is of the form:
speed {
Full | Half} Duplex
(Autonegotiation : {
On | Off})
Example:
100 Mbps Full Duplex (Autonegotiation : On)
.
In the script-friendly output, the speed value is of the form:
speed {
FD | HD} auto_{
on|of}
Examples:
100FD auto_on
100HD auto_off
Note that in both formats, the speed and duplex attributes are optional. They
may not be present in some situations.
In the configuration file, there is an additional twist because there are
separate variables for speed-duplex and auto-negotiation. For 100Base-T, the
HP_BTLAN_SPEED variable can contain one of the following values
10HD,
10FD, 100HD, 100FD, and auto_on (same as the command line values).
The HP_BTLAN_AUTONEG variable is of no relevance when
HP_BTLAN_SPEED is set. For PCI 100Base-FX, the
HP_BTLAN_AUTONEG variable is irrelevant.
timeout=seconds Specifies how many seconds to wait for acknowledgement of each test frame
(for the diagnose operation). The default is 5 seconds.
USAGE
The common usage of nwmgr for intl100 interfaces are described in this section.
Display Network Interfaces
The most basic command to display network interface information.
nwmgr
The nwmgr command without any arguments displays all the network interfaces in the system,
including physical LAN interfaces (NICs), virtual LAN interfaces (VLANs and APA aggregates), and
RDMA-based interfaces.
View Basic Properties of Interfaces
The following command can be used to view the basic properties of one or more interfaces.
nwmgr [-g][-v][-c lan_instance | -S intl100 ]
nwmgr
[--get][--verbose ][--class_instance
lan_instance | --subsystem intl100]
Note that the
get operation is the default, so the -g option need not be specified explicitly.
If an interface is specified as a target with the -c option, only that interface is displayed. If the -S
option is specified, all intl100 interfaces are displayed.
The command without the verbose option displays a table, with one row for each interface that is
listed.
The verbose option changes the output to include more details about each interface that is
displayed, and also changes the format to be line-oriented, with each line describing one attribute.
The following attributes are displayed: mac, mtu, and speed.
More details on these attributes can be found in the Attributes section.
View Interface Statistics
The following command can be used to display interface statistics.
nwmgr [-g] --st [all | extmib | mib] -c lan_instance
100 Hewlett-Packard Company 3 HP-UX 11i Version 3: February 2007