Dell POWEREDGE M1000E User Manual

Page 826

Advertising
background image

798

Fabric OS Command Reference

53-1002746-01

portShow

2

ipif

Displays the IP interface ID, IP address, netmask, and MTU for IPv4 addresses.
Displays the prefix instead of the netmask for IPv6 addresses. Flags are
explained in the command output (refer to the example below).

iproute

Displays the IP address, netmask, gateway, metrics, and flags. Displays the prefix
instead of the netmask for IPv6 addresses. A status flag for the IP routes indicates
if a route is used for the management interfaces. A route definition that uses one
of the internal interfaces has the words "Interface Management" printed at the end
of the line.

arp

Displays the address resolution protocol (ARP) table. You can display the content
of the ARP table, but you cannot modify its contents.

-lmac

Displays the local MAC address. This operand is optional.

vlantag

Displays the VLAN Tagging configuration. For each entry, the output displays the
IP interface address, the destination IP address, the VLAN ID, the L2 CoS priority,
and a flag. This display includes tunnel- and IPIF-level configurations. The
following flags indicate the type of configuration:

Perm

Permanent entry. Permanent entries are configured at the IP interface level with
the portCfg vlantag command.

Perm Net

Network-wide permanent entry. The same as the permanent entry except that no
destination address was defined (defaults to 0.0.0.0), so traffic to all destinations
is tagged.

App

Application layer VLAN configuration defined at the circuit level.

autoneg

Displays the atuonegotiation status.

EXAMPLES

To display the IP interface and static route configured on Brocade 7800:

switch:admin> portshow ipif ge0

Port: ge0
Interface IPv4 Address NetMask Effective MTU Flags
----------------------------------------------------------
0 192.168.0.20 255.255.255.0 1500 U R M
1 192.168.0.21 255.255.255.0 1500 U R M

Interface IPv6 Address Len Effective MTU Flags
---------------------------------------------------------------
2 fe80::205:1eff:fec3:e6b2 64 1500 U R M
3 2000::20 64 1500 U R M
4 2000::21 64 1500 U R M
5 2000::22 64 1500 U R M

Flags: U=Up B=Broadcast D=Debug L=Loopback P=Point2Point R=Running
N=NoArp PR=Promisc M=Multicast S=StaticArp LU=LinkUp

switch:admin> portshow iproute ge0

Advertising