Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

llc2_config(1) [sunos man page]

llc2_config(1)							   User Commands						    llc2_config(1)

NAME
llc2_config - configure LLC2 interface parameters SYNOPSIS
/usr/lib/llc2/llc2_config [-P | -U | -d | -q | -i ppa | -r ppa] DESCRIPTION
The llc2_config utility is used to start/stop the LLC2 subsystem and to configure LLC2 interface parameters. OPTIONS
The following options are supported: -d Turns on debug mode. Extra debugging information will be printed out. -i ppa Initializes the corresponding interface using the file /etc/llc2/default/llc2.ppa. -P Reads in all /etc/llc2/default/llc2.* configuration files, opens those devices defined in the files, and sets up the streams needed for LLC2 to use those devices. Before doing this, llc2_config -q will not show anything. -q Queries the LLC2 subsystem. Information similar to the following example will be printed out for all PPAs (Physical Point of Attachment) available under the LLC2 module: PPA State ID MACAddr Type MaxSDU MinSDU Mode 0 up 0000 0800208a217e ethernet 1500 0 3 The fields displayed are described below: PPA The relative logical position of the interface. State The state of the interface: up The interface is initialized and operational. down The interface was "discovered" by the LLC2 driver, has passed its bootup diagnostics, and is awaiting initialization. bad The interface is known to the LLC2 driver, but failed one or more of the integrity checks performed at boot time. This might include detecting Interrupt Request and shared memory conflicts or failures detected during the execution of the level 0 diagnostics. ID The interface ID. MACAddr The MAC address currently in effect for the interface. Type The MAC type. Current types supported include: csma/cd 10 Megabit Ethernet ethernet Ethernet type device tkn-ring 4/16 Megabit Token Ring fddi 100 Megabit Fiber Distributed Data Interface MaxSDU The Maximum Service Data Unit size transmitted on this interface. Mode The Service Modes supported by this interface. This field consists of the bitwise logical-ORing of the supported modes, also defined in /usr/include/sys/dlpi.h. -r ppa Uninitializes the corresponding interface. By using this option, and then using the -i option, the parameters associated with an interface can be changed. -U Destroys all streams used by the LLC2 subsystem. This is the reverse of the -P option. After this is executed, llc2_config -q will not show anything. FILES
/etc/llc2/default/llc2.* LLC2 configuration files ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWllc | +-----------------------------+-----------------------------+ SEE ALSO
llc2_autoconfig(1), llc2(4), attributes(5), llc2(7D) SunOS 5.10 18 May 1999 llc2_config(1)

Check Out this Related Man Page

lanscan(1M)															       lanscan(1M)

NAME
lanscan - display LAN device configuration and status SYNOPSIS
Remarks The and commands are deprecated. See for more information. DESCRIPTION
displays the following information about each LAN device that has software support on the system: o Hardware Path. o Active Station Address (also known as Physical Address). o Card Instance Number o Hardware State. o Network Interface "NamePPA". The Network Interface "Name" and the "PPA" (Physical Point of Attachment) number are concatenated together. A single hardware device may have multiple "NamePPA" identifiers, which indicates multiple encapsulation methods may be supported on the device. For Ethernet/IEEE 802.3 links, the "Name" is used to designate Ethernet encapsulation, and for IEEE 802.3 encapsulation. For other links (FDDI, Token Ring), only the encapsulation designation is used. o Network Management ID. o MAC Type. o HP DLPI Supported. Indicates whether or not the lan device driver will work with HP's Common Data Link Provider Interface. o DLPI Major Number. o Extended Station Address for those interfaces which require more than 48 bits. This is displayed only when the option is selected. o Encapsulation Methods that the Network Interface supports. This is displayed only when the option is selected. Options recognizes the following command-line options: Display station addresses only. No headings. Display interface names only. No headings. Display information about PPAs that are acquired by APA. No headings. Display MAC types only. No headings. Display Network Managements IDs only. No headings. Display PPA numbers only. No headings. Same as except link aggregate PPA's will be followed by a list of LAN interface PPA's that are configured in the corresponding link aggregate. No headings. Verbose output. Two lines per interface. Includes displaying of extended station address and supported encapsulation methods. WARNINGS
does not display information about LAN devices that do not have software support such as LAN interface cards that fail to bind properly at boot-up time. Obsolescence The and commands are deprecated. These commands will be removed in a future HP-UX release. HP recommends the use of replacement command nwmgr(1M) to perform all network interface-related tasks. AUTHOR
was developed by HP. SEE ALSO
ifconfig(1M), ioscan(1M), nwmgr(1M), lanadmin(1M), linkloop(1M), lan(7). TO BE OBSOLETED lanscan(1M)
Man Page