07-03-2006 03:58 PM - edited 03-05-2019 11:58 AM
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.
07-04-2006 03:53 AM
Under interface configuration use:
ip redirects
ip unreachables
ip mask-reply
HTH
07-04-2006 03:53 AM
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
07-04-2006 07:55 PM
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
07-05-2006 06:33 AM
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!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide