Difference between Static route configured using "reject" & "discard"
Hello,
Can anyone guide me what is the difference between configuring the static router using reject and discard statement?
set static route 200.0.0.0/24 reject
set static route 200.0.0.0/24 discard
As i am not getting complete traceroute using discard statement
Regards
Adeel Ahmed
Can anyone guide me what is the difference between configuring the static router using reject and discard statement?
set static route 200.0.0.0/24 reject
set static route 200.0.0.0/24 discard
As i am not getting complete traceroute using discard statement
Regards
Adeel Ahmed
Comments
-
networker050184 Mod Posts: 11,962 ModDiscard drops the packet without sending an ICMP message while reject will send a message. So that is normal behavior that you are seeing.An expert is a man who has made all the mistakes which can be made.