02-02-2011 08:25 AM
Trying to wrap my head around how a MDS 9222i is configured. We have 2 of them and will be implementing FCIP. I found a great document on FCIP and all of that and feel comfortable there. However, connecting the MDS 9222i slightly confuses me. I am assuming I can use all 4 of the 1Gbps copper ports. Is this a correct assumption? Can I use a portchannel/etherchannel configuration for this on the MDS?
Any help would surely be appreciated. Thank you.
02-03-2011 02:10 PM
yes and yes ..you can use all 4 Gige ports and port channel them together.
02-04-2011 04:39 AM
Ok fantastic. I keep getting certain error messages when trying to configure the channel-group on the Gigabit ethernet ports:
interface port-channel 100
channel mode active
switchport description Core Link Connection
switchport rate-mode dedicated
!
interface GigabitEthernet1/1
interface GigabitEthernet1/2
interface GigabitEthernet1/3
interface GigabitEthernet1/4
!
Switch(config-if)# channel-group 100
command failed: port not compatible [generic error]
** You can use force option to override the port's parameters
** (e.g. "channel-group X force")
Switch(config-if)# channel-group 100 force
command failed: port not compatible [generic error]
Switch(config-if)#
02-04-2011 12:04 PM
i don't think you need to specify dedicated on gigE ports.
mds2(config)# interface port-channel 100
mds2(config-if)# channel mode active
mds2(config-if)# switchport trunk mode on
mds2(config-if)# switchport trunk allowed vsan 10
02-05-2011 07:40 AM
Assuming you already build the four FCIP links
FCIP1, FCIP2, FCIP3, FCIP4
mds9222i# conf t
mds9222i(config)# interface fcip1-4
mds9222i(config)# channel-group 1 force
mds9222i(config)# exit
mds9222i(config)# interface po1
mds9222i(config)# no shut
mds9222i(config)# exit
mds9222i# show interface po1
you should have your port-channel 1 there
Good luck
02-09-2011 07:39 AM
Ok, you guys were on the right track but anyone else who comes across this issue there are some things that were not clearly noted (or maybe I read over them) posted here:
Basically, MGMT port is required to get access to the device. From there, I set up the gig ports which require separate IPs for each one that I want to uplink and for each FCIP configuration.
interface GigabitEthernet1/1
ip address 10.123.10.201 255.255.255.0
switchport description Core Link connection
no shutdown
interface GigabitEthernet1/2
ip address 10.123.10.202 255.255.255.0
switchport description Core Link connection
no shutdown
interface GigabitEthernet1/3
no shutdown
interface GigabitEthernet1/4
no shutdown
interface mgmt0
ip address 10.111.2.200 255.255.0.0
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide