Overlap Fragments

Tutto ciò che ha a che fare con la configurazione di apparati Cisco (e non rientra nelle altre categorie)

Moderatore: Federico.Lagni

Rispondi
[email protected]
Cisco power user
Messaggi: 83
Iscritto il: mar 20 giu , 2006 9:37 am

Ciao ragazzi....
volevo porvi una domanda...
Ho un 837 con versione 12.4(21a) e ho visto nei log del router che ci sono delle righe di questo tipo...

IP_VFR-3-OVERLAP_FRAGMENTS: Dialer0: from the host 219.142.154.205 destined to xx.xx.xx.xx (ho lasciato apposta il mittente :-I).

leggendo sulla doc Cisco, c'e' scritto:

"IP_VFR-3-OVERLAP_FRAGMENTS : [chars]: from the host [IP_address] destined to [IP_address]

Explanation The router has encountered overlap fragments. "Overlap fragment" means that the offset of one fragment overlaps the offset of another fragment. For example, if the offset of the first fragment is 0 and its length is 800, the offset of the second fragments offset must be 800. If the offset of the second fragment is less than 800, the second fragment overlaps the first fragment. This condition might indicate a hostile attack.

Recommended Action Configure a static ACL to prevent further overlap fragments from the sender. "

Ok, allora come configuro questo tipo di ACL?
Grazie a tutti
Avatar utente
andrewp
Messianic Network master
Messaggi: 2199
Iscritto il: lun 13 giu , 2005 7:32 pm
Località: Roma

access-list 15 deny host 219.142.154.205
access-list 15 permit ip any any

Dialer 0
access-class 15 in
Manipolatore di bit.
[email protected]
Cisco power user
Messaggi: 83
Iscritto il: mar 20 giu , 2006 9:37 am

Andrea.Pezzotti ha scritto:access-list 15 deny host 219.142.154.205
access-list 15 permit ip any any

Dialer 0
access-class 15 in
Ciao Andrea...ma cosi' nego solo quell'ip giusto?
Avatar utente
andrewp
Messianic Network master
Messaggi: 2199
Iscritto il: lun 13 giu , 2005 7:32 pm
Località: Roma

[email protected] ha scritto: Ciao Andrea...ma cosi' nego solo quell'ip giusto?
Ciao, questo ti indica nella spiegazione:

Codice: Seleziona tutto

Recommended Action Configure a static ACL to prevent further overlap fragments from the sender.
Manipolatore di bit.
[email protected]
Cisco power user
Messaggi: 83
Iscritto il: mar 20 giu , 2006 9:37 am

Andrea.Pezzotti ha scritto:
[email protected] ha scritto: Ciao Andrea...ma cosi' nego solo quell'ip giusto?
Ciao, questo ti indica nella spiegazione:

Codice: Seleziona tutto

Recommended Action Configure a static ACL to prevent further overlap fragments from the sender.
Ok, ti ringrazio...
lo applicata sia dulla Dialer 0 che sulla ethernet 0
Ciao
Rispondi