Dell 8 Fabric OS FCIP Administrator’s Guide - Page 44

Configuring an IP route, Validating IP connectivity,

Page 44 highlights

2 Configuration steps Configuring an IP route Routing is based on the destination IP address presented by an FCIP circuit. If the destination address is not on the same subnet as the GbE port IP address, you need to configure an IP route with an IP gateway as the destination, using the portCfg iproute create command. Up to 32 IP routes may be defined for each GbE port. Figure 11 adds an IP route for the basic sample configuration. The following command creates an IP route to destination network 192.168.11.0 for port ge0 on the FX8-24 blade in slot 8 of the Brocade DCX-4S. The route is through local gateway 192.168.1.1. switch:admin> portcfg iproute 8/ge0 create 192.168.11.0 255.255.255.0 192.168.1.1 The following command creates an IP route to destination network 192.168.1.0 for port ge0 on the Brocade 7800 switch. The route is through local gateway 192.168.11.1. The metric for the route is 0. The metric should be the same on both ends. switch:admin> portcfg iproute ge0 create 192.168.1.0 255.255.255.0 192.168.11.1 FIGURE 11 Configuring an IP route Validating IP connectivity After you have established the IP interfaces and an IP route, you can issue a portcmd - -ping command to verify connectivity. The following example tests the connectivity between the FX8-24 blade and 7800 switch in the basic sample configuration from the 7800 switch. The -s option specifies the source address, and the -d option specifies the destination address. switch:admin> portcmd --ping ge0 -s 192.168.11.78 -d 192.168.1.24 30 Fabric OS FCIP Administrator's Guide 53-1001766-01

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116

30
Fabric OS FCIP Administrator’s Guide
53-1001766-01
Configuration steps
2
Configuring an IP route
Routing is based on the destination IP address presented by an FCIP circuit. If the destination
address is not on the same subnet as the GbE port IP address, you need to configure an IP route
with an IP gateway as the destination, using the
portCfg iproute create
command. Up to 32 IP
routes may be defined for each GbE port.
Figure 11
adds an IP route for the basic sample
configuration.
The following command creates an IP route to destination network 192.168.11.0 for port ge0 on
the FX8-24 blade in slot 8 of the Brocade DCX-4S. The route is through local gateway 192.168.1.1.
switch:admin> portcfg iproute 8/ge0 create 192.168.11.0 255.255.255.0 192.168.1.1
The following command creates an IP route to destination network 192.168.1.0 for port ge0 on the
Brocade 7800 switch. The route is through local gateway 192.168.11.1. The metric for the route is
0. The metric should be the same on both ends.
switch:admin> portcfg iproute ge0 create 192.168.1.0 255.255.255.0 192.168.11.1
FIGURE 11
Configuring an IP route
Validating IP connectivity
After you have established the IP interfaces and an IP route, you can issue a
portcmd - -ping
command to verify connectivity.
The following example tests the connectivity between the FX8-24 blade and 7800 switch in the
basic sample configuration from the 7800 switch. The
-s
option specifies the source address, and
the
-d
option specifies the destination address.
switch:admin> portcmd --ping ge0 -s 192.168.11.78 -d 192.168.1.24