03-01-2021 01:40 PM - edited 03-01-2021 04:35 PM
In this diagram I'm told to set up 10.10.0.1/16 on interface vlan 1 and ping all other hosts with different network addresses. I have ip routing enabled and when I create a static route or dynamic route they don't show up in the table but I don't get any errors. They show up in the show run command. I'm confused on how to configure the Cisco switch to be able to route a packet from from host 10.10.10.35 to all these other subnets.
03-01-2021 02:01 PM
I think we need more info but if you want to see routing table on L3 switch, turn on IP routing as some switches have it off by default. Command is ip routing.
Regards, ML
**Please Rate All Helpful Responses **
03-01-2021 02:34 PM
your diagram missing here, post both the device configuration.
03-01-2021 04:16 PM - edited 03-01-2021 04:20 PM
In this diagram I'm told to set up 10.10.0.1/16 on interface vlan 1 and ping all other hosts with different network addresses. I have ip routing enabled and when I create a static route or dynamic route they don't show up in the table but I don't get any errors. They show up in the show run command. I'm confused on how to configure the Cisco switch to be able to route a packet from from host 10.10.10.35 to all these other subnets.
03-01-2021 04:18 PM - edited 03-01-2021 04:47 PM
EDIT - the topic is merged now.
can you post-show IP route (along with config)
03-01-2021 04:39 PM
Hello,
as asked before by the other contributors, post the running configuration (sh run) of the switch...
03-02-2021 02:19 AM
In addition to the output of show run it would be helpful to have the output of show ip interface brief and of show ip route. There are several reasons why a configured route does not show up in the routing table. Among them are:
- the outbound interface for the route is not in the up/up state
- the next hop specified in the route is not reachable (does not appear in the routing table)
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