Link to home
Start Free TrialLog in
Avatar of MarK PercY
MarK PercY

asked on

Cisco Routers/Switches static route config

Hi All

I'd like your help with a static route config?please see below i this right

Belfast)conft#ip route 10.203.0.0 0.0.255.255

thank you all
Avatar of Predrag Jovic
Predrag Jovic
Flag of Poland image

You are missing next hpo address and it is not wildcard mask
ip route 10.203.0.0 255.255.0.0 <nex-hop-IP-address>
ASKER CERTIFIED SOLUTION
Avatar of Ken Boone
Ken Boone
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
this will configure the static route on the router, however for a switch it would only possible for a Layer 3 switch, and enabling ip routing is required before adding static routes on Layer 3 capable switches!
Avatar of MarK PercY
MarK PercY

ASKER

thank you