About this blog
This blog is mostly about my pursuits in Data Science. Previous blog entries also dealt with storage, compute, virtualization and professional services. Currently the focus is on Data Science, including Big Data, Hadoop, Business Intelligence, Data Warehouse, Data Integration and Visualization. From time to time I will blog about other things of interest. The opinions expressed in this blog are entirely my own and should not be taken as the opinion of my employer.Blogroll
Category Archives: MDS
Cisco MDS and Brocade Interop Issues with Per VC Flow Control
One issue to be mindful of when configuring Cisco MDS switches with Brocade switches is that Brocades Per VC Flow Control must be disabled. Cisco MDS 9000 switches do not support Brocades Per VC Flow Control. The flow control will … Continue reading
How to reset Grace Licensing in Cisco SAN-OS
One of the nice things about SAN-OS (and also NX-OS) is that you can enable features, even if you do not have full licenses installed. What happens is the devices come with a “try before you buy” licensing model where … Continue reading
OSM Ratio’s on MDS blades
Recently the topic came up on the Cisco Learning Network on OSM ratio’s for the 18/4 module. Here is a summary of many of the ratios for various modules as well as some handy notes: Generation 2 Switches and Modules … Continue reading
Posted in CCIE Storage, Generation-2 Modules, MDS
5 Comments
Using Secondary Addresses with VRRP
VRRP on the MDS in it’s basic form looks something like this: Switch 1
1 2 3 4 5 6 7 8 9 |
interface GigabitEthernet2/1.10 ip address 192.168.10.2 255.255.255.0 switchport mtu 3000 no shutdown vrrp 10 priority 120 preempt address 192.168.10.2 no shutdown |
In the above configuration, 192.168.10.2 is the actual physical interface address and 192.168.10.2 is also the VIP address. This is common. The other side may … Continue reading
Port Indexes and Multigeneration Modules
This post is to highlight something that is already mentioned on cisco.com, but you may not be aware of. That is the number of port indexes consumed by various MDS modules. Module Port Indexes Consumed DS-X9016 16 DS-X9032 32 DS-X9032-SSM … Continue reading