P
P
Pavel2014-05-23 16:12:06
VMware
Pavel, 2014-05-23 16:12:06

How to properly configure Cisco 2960s 24ts-s?

Hello everyone who reads!

There are:

Cisco 2962s 24ts-s x2
EMC vnxe3150 ( 12x1Gb NIC's)
ESXi 5.5u1 ( 6x1Gb NIC's)

The problem is that I'm not familiar with Cisco, but it so happened that I got them. These Ciscos do not have a stack module and no SFP module. How to properly configure Cisco so that you can use NFS with link aggregation? Or how to do it differently?

With iSCSI and vlan isolation, I seem to understand how everything works, but there is a problem. Lun size cannot be more than 2Tb, unlike NFS, where the maximum size is 16Tb

Thanks in advance.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
T
throughtheether, 2014-05-23
@throughtheether

How to properly configure Cisco so that you can use NFS with link aggregation?

If I understand correctly, then you need to configure two things:
1) support for Jumbo frames system mtu jumbo 9000( more )
2) etherchannel (channel aggregation)
interface AAA
 channel-group XXX mode active
 channel-protocol lacp
 switchport access vlan YYY
 switchport mode access
 exit
interface Port-channel XXX
 switchport access vlan YYY
 switchport mode access
 exit
port-channel load-balance src-dst-ip
( details )

V
Valentine, 2014-05-24
@vvpoloskin

Well, what's the question? How to set up etherchannel on a cisco? And what about the stack module? And where does the two pieces of iron storage?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question