* This post will be re-edited with table format ASAP
There are several reason for implementing filtering and mitigations protocols on the perimeter Routers, and here are some following:
- To prevent DoS or DDoS attacks
- Prevent IP address Spoofing
- Prevent SYN Attack Mitigation
Of the several processes is:
Ingress and Egress Filtering:
Ingress and Egress Filtering:
- Ingress filtering makes sure that an incoming packet are actually from networks they claim to be. For Ingress filtering to work, neighbouring network have to cooperate to provide information to the validity of the origins of the packet and if the IP matches the route.
- Egress filtering makes sure that an outgoing packet is actually originating from inside the network. This is done by checking if the IP is present or is reachable through the interface or link. When IP is not reachable or present in the link, packets are either dropped or will send a error message to the sender.

