LAG between SG300 and Windows server on VMware ESXi 5.5

Hello,
I'm trying to setting up a LAG of 2 x 1GB between a Windows 2012 server on VMware 5.5 and a SG300-52 switch, but without any success till now.
The SG300 is configured as follow :
config-file-header
SG300-52
v1.4.0.88 / R800_NIK_1_4_194_194
CLI v1.0
set system mode router
file SSD indicator encrypted
ssd-control-start
ssd config
ssd file passphrase control unrestricted
no ssd file integrity control
ssd-control-end cb0a3fdb1f3a1af4e4430033719968c0
port jumbo-frame
vlan database
vlan 10,20,30,40,50,60,70,99
exit
voice vlan id 40
voice vlan oui-table add 0001e3 Siemens_AG_phone________
voice vlan oui-table add 00036b Cisco_phone_____________
voice vlan oui-table add 00096e Avaya___________________
voice vlan oui-table add 000fe2 H3C_Aolynk______________
voice vlan oui-table add 0060b9 Philips_and_NEC_AG_phone
voice vlan oui-table add 00d01e Pingtel_phone___________
voice vlan oui-table add 00e075 Polycom/Veritel_phone___
voice vlan oui-table add 00e0bb 3Com_phone______________
port-channel load-balance src-dst-mac-ip
ip dhcp pool network DHCP-VLAN1
address low 192.168.2.120 high 192.168.2.139 255.255.255.0
default-router 192.168.2.1
exit
ip dhcp pool network DHCP-Internal
address low 172.16.0.40 high 172.16.0.79 255.255.255.0
default-router 172.16.0.1
exit
ip dhcp pool network DHCP-Management
address low 10.0.0.120 high 10.0.0.139 255.255.255.0
default-router 10.0.0.1
exit
ip dhcp pool network DHCP-Phone
address low 10.0.2.80 high 10.0.2.99 255.255.255.0
default-router 10.0.2.1
exit
ip dhcp pool network DHCP-Pro
address low 10.0.1.140 high 10.0.1.199 255.255.255.0
default-router 10.0.1.1
exit
ip dhcp relay address 10.0.0.60
ip dhcp relay enable
ip dhcp information option
bonjour interface range vlan 1,10,20,30
qos trust cos
hostname SG300-52
username cisco password encrypted c464af817287343305cbd6493c593885695df531 privilege 15
ip ssh server
ip telnet server
interface vlan 1
 ip address 192.168.2.1 255.255.255.0
 no ip address dhcp
interface vlan 10
 name Management
 ip address 10.0.0.1 255.255.255.0
 ip dhcp relay enable
interface vlan 20
 name Pro
 ip address 10.0.1.1 255.255.255.0
 ip dhcp relay enable
interface vlan 30
 name Internal
 ip address 172.16.0.1 255.255.255.0
 ip dhcp relay enable
interface vlan 40
 name Phone
 ip address 10.0.2.1 255.255.255.0
 ip dhcp relay enable
interface vlan 50
 name TV
interface vlan 60
 name "Exchange DB Replication"
 ip address 10.0.100.1 255.255.255.0
interface vlan 70
 name Test
interface vlan 99
 name WAN
 ip address 192.168.0.2 255.255.255.224
interface gigabitethernet1
 switchport mode access
 switchport access vlan 10
interface gigabitethernet2
 switchport trunk allowed vlan add 10,30,40
 no cdp enable
interface gigabitethernet3
 switchport trunk allowed vlan add 20
interface gigabitethernet4
 switchport mode access
 switchport access vlan 60
interface gigabitethernet5
 switchport mode access
 switchport access vlan 10
interface gigabitethernet6
 switchport mode access
 switchport access vlan 20
interface gigabitethernet7
 switchport mode access
 switchport access vlan 20
interface gigabitethernet8
 switchport mode access
 switchport access vlan 30
interface gigabitethernet9
 switchport trunk allowed vlan add 10
interface gigabitethernet25
 switchport mode access
 switchport access vlan 10
interface gigabitethernet26
 channel-group 2 mode on
interface gigabitethernet27
 channel-group 2 mode on
interface gigabitethernet28
 switchport trunk native vlan 60
interface gigabitethernet29
 switchport mode access
 switchport access vlan 20
interface gigabitethernet30
 switchport mode access
 switchport access vlan 30
interface gigabitethernet32
 qos cos 5
 switchport mode access
 switchport access vlan 10
interface gigabitethernet45
 spanning-tree link-type point-to-point
 switchport mode access
 switchport access vlan 50
 macro description switch
 !next command is internal.
 macro auto smartport dynamic_type unknown
interface gigabitethernet46
 switchport mode access
 switchport access vlan 50
interface gigabitethernet47
 switchport mode access
 switchport access vlan 50
interface gigabitethernet48
 switchport mode access
 switchport access vlan 50
interface gigabitethernet49
 switchport mode access
 switchport access vlan 99
interface gigabitethernet51
 spanning-tree link-type point-to-point
 switchport trunk allowed vlan add 10,20,30,40,50,60,70,99
 macro description switch
 !next command is internal.
 macro auto smartport dynamic_type switch
interface Port-channel2
 description HBAIP-VM2
 switchport trunk allowed vlan add 10,20,30,40
exit
ip default-gateway 192.168.0.1
ip route 10.0.0.0 /24 192.168.0.1
ip route 10.0.1.0 /24 192.168.0.1
ip route 10.0.2.0 /24 192.168.0.1
ip route 172.16.0.0 /24 192.168.0.1
GE26 & GE27 have been added in LAG2
VLAN 1UP, 10T, 20T, 30T & 40T have joined the LAG
In VMware, a vswitch has been created, using the 2 NIC connected to the LAG; and a Virtual Machine Port Group has been created for each VLAN member of the LAG
In Windows 2012, the 4 Network adapters have been added (1 for each VLAN), but they cannot ping their gayeway
However, the interfaces receives correctly thei IP addresses (and options) from the DHCP server, via the DHCP relay of the SG300
I also following the configuration described in this link (http://it-erate.com/setting-lag-vmware-esxi-5-cisco-sg300/) but without any success.
Do you have any idea ?
Thanks in advance for your help.

Please make sure the load balance mode in VMware is Route based on IP Hash.
The default value is virtual switch port ID, which cannot work together with port-channel in upstream switch, as explained in: 
http://www.vmware.com/files/pdf/virtual_networking_concepts.pdf
"Note: If you select either srcPortID or srcMAC hash, you should
not configure the physical switch ports as any type of team or
bonded group."

Similar Messages

  • Ciscoworks lms4.0-Windows server 2008R2-VMware esxi 4.0

    I am trying to installa ciscoworks lms4.0 on VMwareESXI 4.0, i installed windows server 2008 R2 enterprise  –inglish langauge.
    For this release of windows, lms 4.0 need PATCH “CiscoWorks_LMS_4.0.x_WIN2K8_R2
    ” as cisco guide request.
    Before i begin installation, i changed the language and keboard in Inglish ...
    During installation i still have this message :
    “ you are trying to install ciscoworks unsupported operting system .....”
    ANY HELP ?

    Problem Solved !!
    It is my fault !! .

  • Switching between OS 10 and Windows 8 using VMware

    Using an earlier version of Mac OS, I always used a Spaces window to load VMware Fusion. I could easily switch between OS and Windows by pressing the command and arrow keys. With Spaces no longer available, is it possible to switch between OS and Windows using only the keyboard? Thanks.

    What version of the OS are you running. If 10.7 or later, Spaces have been replaced by Desktops, which can be added just like Spaces.
    Mission Control - Mac Basics
    Mission Control Preferences

  • Which VMware support Windows 7 as Host and Windows Server 2003 as Guest OS

    Folks,
    Hello. I need to install PeopleSoft PIA in Windows Server 2003.
    Because my laptop is preinstalled Windows 7 Home Premium Editon and cannot dual boot multiple Operating systems. I have to install VMware in Host Windows 7 and then install Windows Server 2003 as Guest OS for PIA.
    I have installed VMware Server 2.0.2 into Host Windows 7 and Windows Server 2003 as Guest OS. Everything works fine for a while. But VMware Server Home Page https://mylaptop:8333/ui cannot display any more.
    I have found that Windows 7 is not a supported Host Operating System for VMware Server 2 and strange thing might happen anytime. I found that "VMware Player 3" is fully supported Windows 7 as Host OS but is not supported Windows Server 2003 as Guest OS.
    Does any folks know which VMware product support Windows 7 as Host OS and Windows Server 2003 as Guest OS ?
    Many thanks in advance.

    Hi,
    Based on my research, I would like to suggest the following:
    1.   
    Ensure the printer is compatible with Windows 7 and Windows Server 2003 and the drivers are up-to-date.
    2.   
    Try the following method:
    Printers that use ports that do not begin with COM, LPT,
    or USB are not redirected in a remote desktop or a terminal services session
    Hope this helps. Thanks.
    Regards,
    Nicholas Li - MSFT
    That doesn't apply to Windows 7 Machines. I'm having the same problem as Acer_, I have a RDP Session from a Windows 7 Machine to a Windows XP machine and the local printer was available a few days ago but isn't anymore. The drivers are installed on both PC's
    and are compatible with Windows 7.

  • Windows Server Essentials Storage Service and Windows Server Essentials Email Service eating memory

    Hi
    I have Windows Server 2012 R2 with Essentials Role installed. I have integrated server with Azure AD, Office 365 and Intune using the Essentials Dashboard integration tools.
    I can see that Windows Server Essentials Storage Service and Windows Server Essentials Email Service are eating much of server memory. What are these services for and why they use a lot of memory? Specially I am wondering about the Email Service. What is
    it for? Server dont handle email in any way so what is this service for? I tried to google it but found nothing.

    Hi
    I have 6GB of memory.
    When I check from Resource Monitor, for Essentials Storage Service, Commit Set is 4G and Working Set is 1,8G.
    Email Service Commit is about 1,8G and Working Set is just below 1G.
    So these two services are reserving almost all the memory.
    Memory is about 85-90% in use all the time, whether it be night or day.
    Server have about 12 users and at the office there is about 2-6 person at the time. Link between server and office is 100M. There are no other services installed but the basic ones. We use server for AD (O365 integration) and file shares. Traffic in File
    Shares are not big. They are more kind of an warehouse that in busy day-to-day use.
    This server is about couple of months old and it has been like this since it was fired up.
    I dont know what to look for from Event Logs and Process Monitor dont give me anything useful.

  • How to create database link between oracle and SQL Server

    Hello Everyone,
    Here i have Oracle Database 9i and SQL Server 2005 databases.
    I have some tables in sql server db and i want to access from Oracle.
    How to create a database link between these two servers
    Thanks,

    Thanks for Everyone,
    I was struggle with this almost 10 days....
    I created Database link from Oracle to SQL Server
    Now it is fine.........
    Here i am giving my servers configuration and proceedure how i created the db link...@
    Using Generic Connectivity (HSODBC) we can create db link between Oracle and SQL server.
    Machine (1)
    DB Version : Oracle 9.2.0.7.0
    Operating System : HP-UX Itanuim 64 11.23
    IP : 192.168.0.31
    Host : abcdbt
    Machine (2)
    Version : SQL Server 2005
    Operating System : Windows server 2003 x86
    IP : 192.168.0.175
    Host : SQLDEV1
    User/PW : sa/abc@123! (Connect to database)
    Database : SQLTEST (exsisting)
    Table : T (“ T “ is the table existing in SQLTEST database with 10 rows)
    Prerequisites in Machine (2):
    a)     Oracle 10g software
    b)     User account to access SQL Server database (sa/abc@123!)
    c)     Existing SQL Server Database (SQLTEST)
    d) Tables (testing purpose) (T)
    Steps:
    1)     Install Oracle 10.2.0.1 (Only SW,No need of database) *(Machine 2)*
    2)     Create a DSN where your windows Oracle 10g SW resides *(Machine 2)*
    Control panel >> Administrative Tools >> Data Source (ODBC) >> System DSN ADD
    You can follow this link also.....
    http://www.databasejournal.com/features/oracle/article.php/3442661/Making-a-Connection-from-Oracle-to-SQL-Server.htm
    I created DSN as
    DSN name : SQLTEST
    User : SA/abc@123! (Existing user account)
    Host : 192.168.0.175 (machine 2)
    Already I have 1 database in SQL Server with the name SQLTEST
    You can create DSN with different name also (not same as db name also)
    3)     Create a hsodbc init file in $ORACLE_HOME\hs\admin *(Machine 2)*
    Create init<DSN NAME> file
    Ex: initSQLTEST
    Copy inithsodbc to initSQLTEST
    And edit
    initSQLTEST file
    HS_FDS_CONNECT_INFO = SQLTEST    <DSN NAME>*
    HS_FDS_TRACE_LEVEL = OFF*
    save the file....@
    4)     Configure Listener.ora *(Machine 2)*
    LISTENER_NEW =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.175)(PORT = 1525))
    SID_LIST_LISTENER_NEW =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = SQLTEST) *+< Here SQLTEST is DSN NAME >+*
    (ORACLE_HOME = G:\oracle 10g\oracle\product\10.2.0\db_1)
    (PROGRAM = hsodbc))
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = G:\oracle 10g\oracle\product\10.2.0\db_1)
    (PROGRAM = extproc) )
    :> lsnrctl start LISTENER_NEW
    5)     Configure tnsname.ora *(Machine 2)*
    SQLTEST11 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.175)(PORT = 1525))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = SQLTEST))
    (HS=OK)
    :> tnsping SQLTEST11
    If No errors then conti….
    6)     Configure a file *(Machine 1)*
    Cd $TNS_ADMIN ($ORACLE_HOME/network/admin)
    Create a file
    $ vi TEST_abcdbt_ifile.ora
    something=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST =192.168.0.175) (PORT=1525))
    (CONNECT_DATA=
    (SID=SQLTEST))
    (HS=OK)
    $ tnsping something
    $ sqlplus system/manager
    Your connected to Oracle database *(machine 1)*
    create database link xyz connect to “sa” identified by “abc@123!” using ‘SOMETHING’;
    select * from t@xyz;10 rows selected.
    Thanks,
    Edited by: ram5424 on Feb 10, 2010 7:24 PM

  • Compatibility forms 6i and Windows Server 2008

    Hi,
    We want to change our Server from 2003 to Windows Server 2008 64bits.
    My question is : is there a compatibility between Oracle forms 6i (our application) and Windows Server 2008 ?
    Will the migration be successfull, or will we have some bugs?
    Thks for your help.
    O.

    YES. It worked perfectly for me, you'll have to use oracle 8/8i lite though.

  • Problems using RMI between linux and windows.

    I have problems using RMI between linux and windows.
    This is my scenario:
    - Server running on linux pc
    - Clients running on linux and windows PCs
    When a linux client disconnect, first time that server try to call a method of this client, a rmi.ConnectException is generated so server can catch it, mark the client as disconnected and won't communicate with it anymore.
    When a windows client (tested on XP and Vista) disconnect, no exceptions are generated (I tryed to catch all the rmi exception), so server cannot know that client is disconnected and hangs trying to communicate with the windows client.
    Any ideas?
    Thanks in advance.
    cambieri

    Thanks for your reply.
    Yes, we are implementing a sort of callback using Publisher (remote Observable) and Subscribers (remote Observer). The pattern and relative code is very well described at this link: http://www2.sys-con.com/ITSG/virtualcd/java/archives/0210/schwell/index.html (look at the notifySubscribers(Object pub, Object code) function).
    Everything works great, the only problem is this: when a Publisher that reside on a Linux server try to notify something to a "dead" Subscriber that reside on a Windows PC it does't receive the usual ConnectException and so tends to hang.
    As a workaround we have solved now starting a new Thread for each update (notification), so only that Thread is blocked (until the timeout i guess) and not the entire "notifySubscribers" function (that contact all the Subscribers).
    Beside this, using the Thread seem to give us better performance.
    Is that missed ConnectException a bug? Or we are just making some mistake?
    We are using java 6 and when both client and server are Linux or Windows the ConnectException always happen and we don't have any problem.
    I hope that now this information are enough.
    Thanks again and greetings.
    O.C.

  • How can I resolve conflict between itunes and Windows 8.1

    When downloading itunes to my laptop computer, using Windows 8.1 my email/network account will not work on that computer.  It is fine on other devices such as ipad and Windows phone.  I can also pick up emails on online on the same laptop.  There appears to be a conflict between itunes and Windows 8.1

    Please see  Boot Camp for comments.

  • What's the difference between OEM and standart licensing of VMware vSphere for users?

    Good day,
    Could you please explain me,
    What's the difference between OEM and standart licensing of VMware vSphere for users?

    The difference is usually the support you get. With OEM versions you'll often get support from the OEM and not from VMware directly.
    André

  • BDB support for Windows Vista, WIndows 7 and Windows Server?

    Hello,
    I examine to use BDB on Windows, and I have a question.
    There's a description about supported OSs on the BDB reference guide as follows;
    Where does Berkeley DB run?
    The Berkeley DB distribution includes support for Windows/95, Windows/98, Windows/NT, Windows/2000 and Windows/XP, via the Microsoft Visual C++ 6.0 and .NET development environments.
    Does BDB distribution supports for Windows Vista and Windows Server 2003?
    And it will support Windows Server 2008 and Windows 7?
    I believe that BDB does not depend on specific function of Windows, thus there's no problem to support them...
    Regards,
    Akira

    Yes, we have a plan about BDB support for Windows Vista, Windows 7 and Windows Server. Once we are ready, we'll let you know here.
    Hi Vit,
    For Berkeley DB XML questions, please go to the Berkeley DB XML forum at: Berkeley DB XML
    By the way, I learnt there's a XP-compatible mode in Windows 7. You may want to try DB-XML with that.
    Best regards,
    Chao Huang
    Oracle Berkeley DB

  • Share files between Mac and Windows in same iMac with boot camp

    Hello,
    I am new in using Mac and recently I buy a IMac 24" model.
    I used to use PC a long time with a lot of old document.
    I want to install Windows XP with boot camp.
    But I also want to share my documents, music, video files between Mac and Windows in same iMac.
    How can I do this?
    Thanks in advance,
    Eric

    Hi Eric and welcome to Discussions and the Apple world.
    Mac OSX can read and write from Windows partitions (like the BootCamp Windows partition you are about to create) when using FAT32 as file system for Windows.
    However with FAT32 you are limited to a partition size of 32GB.
    Mac OSX can also read from Windows partitions that uses the NTFS file system, but it can not write to them unless you use a third-party helper like either Paragons NTFS for Mac http://www.paragon-software.com/home/ntfs-mac/ or NTFS-3G http://www.ntfs-3g.org/
    Windows can not even see or use a Mac OSX partition without additional help by MacDrive http://www.mediafour.com/products/macdrive/
    Regards
    Stefan

  • Question about transfer between oracle and sql server

    Could i program to transfer lots of data between Oracle and SQL Server quickly?
    I have tried make two connection between two databases, but it took me lots of time to transfer data.
    How could I do it?
    Thanks

    Hi,
    If you need to move data fast, then use the Oracle Migration Workbench to Generate SQL Server BCP data extraction scripts and Oracle SQL Loader files.
    This is the fastest way to migrate the data.
    In the Oracle Model UI tab of the Oracle Migration Workbench, right mouse click on the tables folder. there is a menu option to 'Generate SQL Loader ...' scripts. This will help you migrate your data efficiently.
    Regards
    John

  • Lms 3.2 and window server 2008 r2 standard

    we have bought lms 3.2 and window server 2008 r2 standard. Now we know, it cant be used togetther
    Could we upgrade to lms 4.0.1 ? If so, how can we do ?
    thank you.
    Duyen.

    Correct, LMS 3.2 is not supported on Windows 2008 R2.  You can upgrade to LMS 4.0 (which is supported on R2), but that is not a free upgrade from LMS 3.x.  You can, however, download a free 90-day eval of LMS 4.0 from http://www.cisco.com/go/nmsevals .
    It sounds like you need to contact your reseller or account manager to see what they can do.  If you just purchased LMS 3.2, you may be able to get a free or discounted upgrade to 4.0.

  • Lms 3.2 and window server 2008 standard: License Server/Daemon Manager is down

    LMS 3.2 and window server  2008 standard, get error when we try
    Khi truy nhập vào menu chức năng:
    License Server/Daemon Manager is down. Please check license.log for more information.
    access licensing:
    Error communicating with License Server. License Server may be down. Please start the License Server, then refresh the page.
    Lincense.txt is file log of LMS
    Must I have to active window server 2008 first ?
    thank you very much ?

    Hi ,
    --Add the Casuser to the Administrator Group
    and then reset the casuser password:
    1. Go to CSCOpx\setup\support> and run the following command:
    resetCasuser.exe
    2.     Restart the daemon manager:
    Net stop crmdmgtd
    Net start crmdmgtd
    Let me know how it works
    If above did not help then send me the syslog.log and screen shot of the EventViewer with the latest Application Error that you see there.
    --also screen shot of the below directory :
    NMSROOT\etc\license
    Thanks
    Afroj

Maybe you are looking for

  • Cisco 3905 problem / remote site

    Hi all! Information: I have CUCM 8.6.2.20000-2 and many Cisco IP Phone 3905 (SIP). Some of them deployed in central office and some in remote sites. Phone information: Boot Version: 3905.0-0-0-01-01 DSP Version: 12.0.0.8 Application: 3905.9-2-2-0 Sym

  • Create BAPI for Custom Table in BW - Urgent

    Hello BAPI gurus, I am Portal Developer and not an ABAP developer.  I am creating a Web Dynpro screen to insert data into a transparent table in BI ODS. I need to create a BAPI to insert/update/delete and select the values from the custom table.   We

  • Limiting the time when Sales Orders can be confirmed on the same day

    Hello Gurus. The business has a requirement where they want to limit the time of the day when they can confirm sales orders on the same day. So, when they receive a sales order, they want that if the order is received after a certain time (e.g. 14:00

  • Delta upload from external tables in BI 7.0

    hi guys! i need to create a delta upload reading the data from an external db what are the options that i have? there is someway to use the timestamp that i have in the source tables and make a comparison between the timestamp in ods and the timestam

  • JFileChooser under Java Web Start

    I have a problem when using a JFileChooser - object in a Web Start Application: I always get the message that there is no disk in drive A:, even if I create the JFileChooser object with a default path String in the constructor JFileChosser fileChoose