Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
As per the diagram, I have two vlans (1 and 30). The server in vlan 30 is able to ping all the ip addresses in the diagram but the pc in vlan 1 is unable to
ping 30.30.30.254
What could be the reason it's unable to do so? I assume th...
I got it to work with your command. Now I finally understand how to do it! I've always wanted to do all the routing of multiple network just on a Layer 3 switch so I don't have to use an extra router. Thanks for the advice Flavio!
I see, would you be able to show me an example of what you mean by create a layer 3 point to point between the switches? Does that mean I have to have another layer 3 switch between the two switches to do the routing?
Yes. It is another solution. But, if you add a third network, you need to repeat the process for every network. By using
0.0.0.0.0 0.0.0.0
you are meaning everything.
- I get what you mean. For
0.0.0.0
it eliminates the need to static route for eac...
Thanks for the help Flavio! I can finally ping the
ip 30.30.30.254
I have a few questions I would like to further ask, would adding a static route e.g
ip route 8.0.0.0 255.0.0.0 30.30.30.253
work the same way too? Also, can I do routing between both ...