Link to home
Start Free TrialLog in
Avatar of ohareka
ohareka

asked on

add an OSPF cost to a VLAN

Hello, how do I add an OSPF cost to a VLAN on my Layer 3 switch

The reason is that packets going through this switch are taking two different paths because there are two different equal cost routes to the same next network.

O    192.168.11.0/24 [110/42] via 10.227.248.17, 00:28:14, Vlan501
                                 [110/42] via 10.218.35.13, 00:28:14, Vlan1

I dont want to load balance between these VLAN links.  I want to add a cost of 10000 to VLAN 501  Do I go into the VLAN501 interface and do it from there?

These are 2 vlans from the Layer 3 switch

interface Vlan1
 description Bretland User LAN
 ip address 10.218.35.11 255.255.252.0
 ip access-group Deny_SWISS in
 standby 1 ip 10.218.35.0
 standby 1 priority 20
 standby 1 preempt
!

interface Vlan501
 description Local Area 0 Lan
 ip address 10.227.248.18 255.255.255.240
!

any advice is appreciated, K
ASKER CERTIFIED SOLUTION
Avatar of ciscoml320
ciscoml320
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ohareka
ohareka

ASKER

Perfect.  Thanks for the help, Kevin