cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
760
Views
0
Helpful
1
Replies

Unable to ping IP address from SG300 -10p switch

chandra.k
Level 1
Level 1

 i have two core switches, we have configured the vlan 70 in both core switch

sh run int vlan 70 --ip address: 182.94.177.34/28

configured the HSRP in both routers.

we have configured port in vlan 77 in access switch 4507R-E , we are able to ping the ip address.

again we have installed on Cisco SG300 10p switch case cading to Cisco 4507R-E access switch.

we have give below commands

switch manangement IP :

switch38cbaf(config)int vlan1

switch38cbaf(config-if)#ip address 124.4.67.47 255.255.255.0

!

switch38cbaf(config)#vlan database

switch38cbaf(config-if)vlan 70

!

switch38cbaf(config)#int gigabitethernet1

switch38cbaf(config-if)#switchport mode access

switch38cbaf(config-if)#switch access vlan 77

!

Trunk Configuration

switch38cbaf(config)#int gigabitEthernet9

switch38cbaf(config-if)#description << Trunk | connected to access switch 4507R-E | Fa4/1 >>

switch38cbaf(config-if)#swtichport mode trunk

switch38cbaf(config-if)#switchport trunk allowed vlan 77

 

problem:

i am assigned the ip address 182.94.177.44 to  our desktop and connected to port Gi1

I am able to ping 182.94.177.33, 34 and 35 Ip Address but unable to ping 182.94.177.44

1 Reply 1

Jon Marshall
Hall of Fame
Hall of Fame

Some things to check/verify -

a) is there a typo in your configuration above ie. you have created vlan 70 according to your configuration but the actual vlan you are using is vlan 77

b) does the trunk link between the access 4500 and the core switch allow vlan 77

c) try pinging from the client and not to it as there may be a firewall on the PC.

Jon