Routing with Layer 3 Switch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Labels:
-
Catalyst Switch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 **
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2021 02:34 PM
your diagram missing here, post both the device configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2021 04:39 PM
Hello,
as asked before by the other contributors, post the running configuration (sh run) of the switch...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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)
Rick
