- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
04-10-2024 07:23 PM
Hi.
ethernet 1/1 > DHCP
ethernet 1/2 > Static
i want to dst. 172.16.1.x next hop ethernet 1/1 ///// dst. 172.16..2.x next top ethernet 1/2 for change.
not use pbf rule.
04-16-2024 12:29 AM
just go ahead and add those 2 routes
- dst. 172.16.1.0/24 next hop ethernet 1/1
- dst. 172.16.2.0/24 next top ethernet 1/2
in routing the smaller subnet gets priority over the larger subnet, regardless of the metric
so 172.16.2.0/24 - eth1/2 metric 50 will still be routed to eth1/2 even if 0.0.0.0/0 - eth1/1 metric 10
04-15-2024 08:26 PM
`Hi @qmso475 ,
Looks like you have a couple of defaults that are statically created and one of the 61. is active with the lower metric. Are you looking to replace them with two new routes 172.16.1 (primary) and 172.16.2 (backup)?
04-16-2024 12:29 AM
just go ahead and add those 2 routes
- dst. 172.16.1.0/24 next hop ethernet 1/1
- dst. 172.16.2.0/24 next top ethernet 1/2
in routing the smaller subnet gets priority over the larger subnet, regardless of the metric
so 172.16.2.0/24 - eth1/2 metric 50 will still be routed to eth1/2 even if 0.0.0.0/0 - eth1/1 metric 10
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!