Brocade Fabric OS Administrator's Guide Supporting Fabric OS v6.3.0 (53-1001336-02, November 2009)
Fabric OS Administrator’s Guide 527
53-1001336-02
Examples of supported configurations
B
a. Configure the internal addresses for the inbd devices for CP and GE port (GE port 0 for this
example):
switch:admin> portcfg inbandmgmt ge0 ipaddrset cp 192.168.255.1 255.255.255.0
switch:admin> portcfg inbandmgmt ge0 ipaddrset ge 192.168.255.2 255.255.255.0
b. Add the route on the switch going to the Management Station.
switch:admin> portcfg inbandmgmt ge0 routeadd 192.168.3.0 255.255.255.0
192.168.2.250
3. Configure the routes on Router A.
a. Configure the route going to the 7500 L1 management address.
linux> route add -host 10.1.1.10 gw 192.168.1.10
b. Configure the route going to the Management Station.
linux> route add -net 192.168.3.0/24 gw 172.0.1.3
4. Configure the routes on Router B.
a. Configure the route going to the 7500 R1 management address.
linux> route add -host 10.1.2.20 gw 192.168.2.20
b. Configure the route going to the Management Station.
linux> route add -net 192.168.3.0/24 gw 172.0.1.3
5. Configure the routes on Router C.
a. Configure the route going to the 7500 L1 management address.
linux> route add -host 10.1.1.10 gw 172.0.1.1
b. Configure the route going to the 7500 R1 management address.
linux> route add -host 10.1.2.20 gw 172.0.1.2
6. Configure the Management Station.
a. Configure the route going to the 7500 L1 management address.
linux> route add -host 10.1.1.10 gw 192.168.3.250
b. Configure the route going to the 7500 R1 management address.
linux> route add -host 10.1.2.20 gw 192.168.3.250