02-17-2022 08:01 AM
VLAN 7 is configured on the switch and can ping VLAN 7 subnet but from VLAN 2 or any other VLAN it can't ping the VLAN 7 subnet. I am kind of confused by what the issue is as the configuration looks fine.
Solved! Go to Solution.
02-17-2022 10:34 AM
No, you need to remove them from the svi.
config t
interface vlan 7
no ip access-group manage_in in
no ip access-group management out
HTH
02-17-2022 09:06 AM
- Technically your subject-phrasing is wrong because you can not ping vlan's but only hosts (in Vlans) , or if you are referring to SVI's , if you think the configuration 'looks fine' , and does not work, then you may want to post here for review.
M.
02-17-2022 09:07 AM
My apologies I can't ping hosts that are on different VLANs. Example would be IP 10.50.2.22 can't ping 10.50.7.22
02-17-2022 09:17 AM
Can you post the output of "sh run" and "sh vlan"?
HTH
02-17-2022 10:00 AM - edited 02-17-2022 11:04 AM
02-17-2022 10:16 AM
For testing, can you remove these 2 commands from VLAN 7 SVI and test them again?
ip access-group manage_in in
ip access-group management out
02-17-2022 10:29 AM
I apologize but I think I have the right command but it is the following to remove it:
pps_switch_stack#config t
Enter configuration commands, one per line. End with CNTL/Z.
pps_switch_stack(config)#vlan 7
pps_switch_stack(config-vlan)#no ip access-group manage_in in
^
% Invalid input detected at '^' marker.
pps_switch_stack(config-vlan)#
02-17-2022 10:34 AM
No, you need to remove them from the svi.
config t
interface vlan 7
no ip access-group manage_in in
no ip access-group management out
HTH
02-17-2022 10:42 AM
Well I can now ping the 10.50.7.1 from the switch which I was not able to originally but can't ping any devices like 10.50.7.50
02-17-2022 10:52 AM
What device is 10.50.7.50?
Do you see its MAC address? sh mac address-table vlan 7
Make sure it is in the right vlan (vlan 7).
Also, if .50 is a window system, the OS firewall may be blocking ping.
HTH
02-17-2022 11:01 AM
Got it!!! Removed that and it started talking!
02-17-2022 09:30 AM
Hi,
Ensure the ip routing command is enabled. Also double check the Mas and Default Gateway assigned to Vlan 7
HTH
Leonardo
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide