cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
493
Views
4
Helpful
4
Replies

How would you enable this ?

zaqtivi
Level 1
Level 1

when you run "sh ip int s0/0", it shows ICMP redirects are never sent, ICMP unreachables are never sent, ICMP mask replies are never sent .. i'm just wondering how could we enable it. Thanks in advance.

4 Replies 4

jolmo
Level 4
Level 4

Under interface configuration use:

ip redirects

ip unreachables

ip mask-reply

HTH

AJAZ NAWAZ
Level 5
Level 5

Zaqtivi,

Under the serial interface configuration, add the following commands:

interface Serial0/0

ip unreachables

ip mask-reply

ip redirects

end

hth,

Ajaz Nawaz

please rate all useful posts

minumathur
Level 1
Level 1

hi

Go to config t

config t > interfasce s0/0

after geting promt , just execute following coomand

ip redirect

ip mask-rely

etc

this may be help you out.

rate this post

emadehsan
Level 1
Level 1

Hi

go to your global configuration mode --> router#conf terminal

router(config)#

then type:

router(config)# ip ip redirects

router(config)#ip unreachables

router(config)#ip mask-reply

do not forget to save it!