cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
775
Views
0
Helpful
8
Replies

VLAN Switchport

gohgss2010
Level 1
Level 1

Hi,

 

I am creating a L2 vlan for heartbeat usage purpose.

However, the 2 server node NIC cannot ping each other.

 

Any advise on this?

 

Server 1 > 192.168.1.2 255.255.255.0

Server 2>  192.168.1.3 255.255.255.0

 

int vlan 110

no ip address

 

int gi0/29

switchport mode access

switchport access vlan 110

 

int gi0/30

switchport mode access

switchport access vlan 110

 

 

1 Accepted Solution

Accepted Solutions

Can you post the output of

sh ip int brie gi0/29

sh ip int brie gi0/30

sh run

 

View solution in original post

8 Replies 8

John Blakley
VIP Alumni
VIP Alumni

Did you create your vlan? Do a "show vlan" and see if 110 is listed. If not, create it and it should solve you issue. 

Also, are these two servers on the same switch or different switches? If they're on different switches, you'll want to also add vlan 110 to the trunk between switches.

HTH,

John

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

I can see the vlan at the switch. The 2 port is located within the same switch.

Any idea why the communication fail?

Can you post the output of "sh vlan"?

110  VLAN0110                         active    Gi0/29, Gi0/30

 

Can you post the output of

sh ip int brie gi0/29

sh ip int brie gi0/30

sh run

 

It is windows firewall issue. Thanks for help.

Hi ,

From your configuration output, i understand that both servers are connected in same switch and same vlan .

you could check below things also .

1. check if the vlan is not in shutdown state.

EX :

vlan 110
 shutdown

2. Check the physical interfaces states for both servers.

3. Check if switch is learning mac address for both servers.

4. If you verified all the above then you can try create L3 ip for vlan 110 (just for testing purpose)

int vlan 110

ip address 192.168.1.1 255.255.255.0

no sht

5. ping the self ip address and ping the server ip address from the switch and vice versa .

6. It should pingable other check on server side. 

 

HTH
Regards,
VS.Suresh.
*Plz rate the usefull posts.

 

Sarbjit-2014
Level 1
Level 1

Have you checked you have the correct I.P on your severs with the default gateway pointing to VLAN 110 SVI or the layer 3 I.P address, on the router perhaps.

Review Cisco Networking for a $25 gift card