04-05-2023 08:37 AM
Im having issues with changing the cost of a learned ospf route. the route map pics up the route but the set metric command isnt working. Am I missing something?
ip prefix-list DEFAULT_ROUTE seq 5 permit 0.0.0.0/0
route-map test permit 10
match ip address prefix-list DEFAULT_ROUTE
match interface GigabitEthernet0/1.99
set metric 5
router ospf 1
priority 0
redistribute eigrp 1 subnets
network 192.168.X.X 0.0.0.X area X.X.X.X
distribute-list route-map test in
04-05-2023 05:11 PM
04-05-2023 05:17 PM
Instead of this long and unpredictable process
Use FW cluster this can give you load sharing without any asymmetric issue.
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