cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2147
Views
5
Helpful
2
Replies

ip source-route

iomran
Level 1
Level 1

Can any one advice what does this command do and what happens when I use no ip source-route

Thanks

2 Replies 2

kkalaycioglu
Level 4
Level 4

Ip protocol has an optional feature called source-routing. Using this feature you can ensure that an IP datagram will pass through certain interfaces en route to destination and this functionality is obtained with some IP options fields in IP header. (You can try loose or strict source routing using extended ping command). Handling of IP datagrams with source-routing option is determined on per interface basis using "ip source-route" command. This is enabled by default and generally manually disabled because source-routing creates some open doors for some kind of attacks. If you issue "no ip source-route" under an interface, IP datagrams inbound this interface with source-routing option are discarded.

Regards.

saimbt
Level 1
Level 1

"no ip source-route" will not forward IP packets with source-routing header options enabled: