Greetings,
I'm in the middle of migrating from a SonicWALL NSA E5500 + Dell PowerConnect 6248 core to MX250 + MS250 core. My first attempt failed. Basically, I'm trying to replicate the current configm as it works and will allow for easier fallback, if necessary (already had to once). Anyhow, the main concern that I had upon my first attempt was that the MS250 didn't communicate with my virtual environment. I'm using a 10 Gb Fiber SFP+ Tranceiver (MA-SFP-10GB-SR) to communicate with the virtual environment. To make this work on the Dell, I have following related entries:
vlan 10,20,30,59-60,100,128,202-204,252-253
vlan routing 252
interface vlan 252
name "Virtual Environment"
routing
ip address 10.88.121.18 255.255.255.248
bandwidth 10000
ip ospf area 0.0.0.0
ip ospf cost 10
ip mtu 1500
exit
interface ethernet 1/xg3
channel-group 2 mode auto
description "10Gb_Uplink"
exit
interface port-channel 2
description "Virtual IaaS Etherchannel"
switchport mode trunk
switchport trunk allowed vlan add 10,59-60,202-204,252
exit
On the MS250, I have created the VLAN 252 and have assigned it to the SFP+ port with the 10G module in it. I then created the following:
Am I missing anything?
Also, I noticed that the port link speed can only be set to auto or 1Gb. How do I get it to be 10Gb?
Thanks for any assistance that you can provide.
Jeremy