Dell POWEREDGE M1000E User Manual

Page 664

Advertising
background image

636

Fabric OS Command Reference

53-1002746-01

portCfg

2

To delete an IP interface for a failover crossport:

switch:admin> portcfg ipif 8/xge0 delete 192.168.11.20 -x
Operation Succeeded

To create a static IP route using an IPv4 destination address, a netmask, and a gateway address:

switch:admin> portcfg iproute ge0 create \
192.42.0.0 255.255.255.0 192.168.0.250
Operation Succeeded

To create a static IP route using IPv6:

switch:admin> portcfg iproute ge0 create \
2010::/64 2000::1:250
Operation Succeeded

switch:admin> portshow iproute ge0

Port: ge0
IP Address Mask Gateway Metric Flags
-------------------------------------------------------------
192.42.0.0 255.255.255.0 192.168.0.250 0 U G
192.168.0.0 255.255.255.0 * 0 U C
192.168.0.10 255.255.255.255 * 0 U H L
192.168.0.11 255.255.255.255 * 0 U H L
192.168.0.21 255.255.255.255 * 0 U C
192.168.0.250 255.255.255.255 * 0 U H L

IPv6 Address Len Gateway Metric Flags
------------------------------------------------------------
2000:: 64 * 0 U C
2000::10 128 * 0 U H L
2000::11 128 * 0 U H L
2000::1:250 128 * 0 U H L
2001:: 64 2000::1:250 0 U G
fe80:: 64 * 0 U C
ff01:: 32 * 0 U C
ff02:: 32 * 0 U C

Flags: U=Usable G=Gateway H=Host C=Created(Interface) S=Static
L=LinkLayer(Arp)

To create an IP route for a failover crossport on a Brocade FX8-24:

1.

Configure the iproute for the local XGE port (xge0).

switch:admin> portcfg iproute 8/xge0 create 2.2.2.0 \
255.255.255.0 192.168.11.250
Operation Succeeded

Advertising