cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
764
Views
10
Helpful
5
Replies

Need help for DR...BIG brain fart here!

cweatherford
Level 1
Level 1

I hate asking this question because I can do it across the entire LAN but not on a single switch:

I have a 3750 24T switch with the IP Services image.

I have 4 subnets I need to setup so all can talk to the other but it just ain't happening.

vlan 400 

10.110.1.254

vlan 515

10.130.200.254

(These , vlan 515 & 516 are Virtual Machines on an ESX host that has 1 trunk port. The ESX host IP  is 10.110.1.10 and will not respond if its on a trunked port)

vlan 516

10.130.201.254

vlan 800

10.110.5.1

(switch management)

I have tried OSPF, EIGRP and Static routes. Could someone please hit me with the DUH stick, I am stumped!

Thanks,

Chad                

1 Accepted Solution

Accepted Solutions

Chad,

Look at this link.

http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&externalId=1004074#

It may be the way you have configured your trunk port.

Your config should be something like this:-

interface FastEthernet 0/1

description *** TO ESX HOST***

switchport trunk encapsulation dot1q

switchport trunk allowed vlan 400,515,516

switchport mode trunk

switchport nonegotiate

no ip address

spanning-tree portfast trunk

Regards,
Alex.
Please rate useful posts.

Regards, Alex. Please rate useful posts.

View solution in original post

5 Replies 5

John Blakley
VIP Alumni
VIP Alumni

Make sure that you have ip routing enabled...

HTH,
John

*** Please rate all useful posts ***

HTH, John *** Please rate all useful posts ***

Chad,

Look at this link.

http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&externalId=1004074#

It may be the way you have configured your trunk port.

Your config should be something like this:-

interface FastEthernet 0/1

description *** TO ESX HOST***

switchport trunk encapsulation dot1q

switchport trunk allowed vlan 400,515,516

switchport mode trunk

switchport nonegotiate

no ip address

spanning-tree portfast trunk

Regards,
Alex.
Please rate useful posts.

Regards, Alex. Please rate useful posts.

That kb did the trick. Thanks!

Sent from Cisco Technical Support iPad App

Reza Sharifi
Hall of Fame
Hall of Fame

If it is a single switch you don't to run any routing protocols.  As John noted make sure IP routing is enabled. But then again you can't turn on any protocols without enabling IP routing.  Check anyway.

You say

(These , vlan 515 & 516 are Virtual Machines on an ESX host that has  1 trunk port. The ESX host IP  is 10.110.1.10 and will not respond if  its on a trunked port)

You are referring to vlan 515 and 516, but the IP 10.110.1.10 is part of vlan 400. So, what vlans are working and which once are not?

BTW, if you trunk a link that is connected to an ESXi server, you need to add the vlan tag to the ESXi server also.

Does it work if you make it an access port?

Are the physical ports connected to these vlans in up and up mode?

Are the vlan interfaces in up and up mode

Can you clarify?

HTH

Thanks for the replies!
Ip routing is on.

I had port 23 & 24 setup as dot1q trunk ports, which may have been my problem, esx server is 10.110.1.10 and it would not ping while on the trunk. Switching to an access port fixed that. All other ports on switch are on vlan 400.

Sent from Cisco Technical Support iPad App

Review Cisco Networking for a $25 gift card