We have two XLR 8600 connected by trunk in the core
I have configured static ip route in primary switch like below
ip static-route create 0.0.0.0/0.0.0.0 next-hop 10.1.30.254 cost 1 preference 16
My secondary switch learns it via OSPF
For redundancy reason I'd like create same static route with cost 2 in the secondary switch But when I try to put this route I'm getting following error
Error: route tbl consistency check failed
Error: Duplicate route
How can I solve this problem?
Is it possible prevent advertising of static route only through
specific interface
Any advice
I have configured static ip route in primary switch like below
ip static-route create 0.0.0.0/0.0.0.0 next-hop 10.1.30.254 cost 1 preference 16
My secondary switch learns it via OSPF
For redundancy reason I'd like create same static route with cost 2 in the secondary switch But when I try to put this route I'm getting following error
Error: route tbl consistency check failed
Error: Duplicate route
How can I solve this problem?
Is it possible prevent advertising of static route only through
specific interface
Any advice