Displays information from the running system for Internet
interfaces and pseudointerfaces.
The flags that can appear in the display include:
o AMCST-The interface will receive multicast packets.
o BRDCAST-Indicates the interface supports broadcast messages.
o LOOP-The interface is a loopback mode. Packets transmitted on
this interface will be looped back in the driver and not be
transmitted out on the network.
o MCAST-The interface supports multicast packets. However, this
does not mean that a multicast address is configured for the
interface.
o NOARP-The interface is not using address resolution protocol
(ARP). It will neither transmit nor respond to ARP requests.
o PFCPY-All packets transmitted on this interface are copied and
passed to the packet filter program.
o PTP- The interface is point-to-point link. This is a read-only
flag that is set by the driver.
o RUN-Indicates the interface is operational. The driver has
allocated resources for the interface and is ready to transmit
and receive packets. This option is not applicable to loopback
devices, for example, LO0.
o SMPX-The interface cannot hear its own transmissions.
o UP-Indicates the interface is enabled for use.
o VMTU-The interface supports variable maximum transmission unit
(MTU) sizes.
Related commands: SHOW CONFIGURATION INTERFACE, SET INTERFACE
Format
SHOW INTERFACE [ interface ] [ /FULL ]
1 – Parameters
interface
Optional. Default: All interfaces.
Specifies the name of an Internet interface or pseudointerface.
Examples include ZE0, LO0, QE2, QE3.
2 – Qualifiers
2.1 /FULL
Optional. Default: Brief description is displayed.
Displays full information.
3 – Examples
1.TCPIP> SHOW INTERFACE WE0 /FULL
Interface: WE0
IP_Addr: 126.65.100.102 NETWRK: 255.255.255.0 BRDCST: 126.65.100.255
Ethernet_Addr:AA-00-05-CC-2D-2B MTU: 65535
Flags: UP BRDCST RUN
RECEIVE SEND
Packets 3817269 595744
Errors 0
Collisions: 0
Displays information about interface WE0.