cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
73954
Views
0
Helpful
2
Replies

how to add route to a cisco switch 3560

blue4cisco
Level 1
Level 1

gv me command to add static routes to a cisco switch 3560

2 Replies 2

spremkumar
Level 9
Level 9

Hi

AFAIK once you have enabled ip routing command under the global config mode you will be able to define normal static routes.

ip route x.x.x.x y.y.y.y z.z.z.z

x.x.x.x y.y.y.y - subnet you wish to route

z.z.z.z - Next hop ip (may be your router interface ip)

As per the supporting document if you need to have any dynamic routing protocols such as OSPF ,EIGRP and BGP to be enabled on the switch then you need to have ios with ip services feature in it.

do refer this link for more info..

http://www.cisco.com/en/US/products/hw/switches/ps5528/products_configuration_guide_chapter09186a00805b57bf.html

regs

mahesh-gohil
Level 1
Level 1

ay we want to forward traffic for 172.16.0.0/16 throug gateway 10.32.0.245.

The configuration would be:

conf t

ip route 172.16.0.0 255.255.0.0 10.32.0.254

end

But before that enable ip routing in global config mode

Verify your route

sh ip route 172.16.0.0

Review Cisco Networking products for a $25 gift card