Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible IP fragmentation issue #104

Open
kenmcmil opened this issue Feb 18, 2020 · 2 comments
Open

Possible IP fragmentation issue #104

kenmcmil opened this issue Feb 18, 2020 · 2 comments

Comments

@kenmcmil
Copy link

I'm using the Cisco 3725 model in GNS3. I observed an odd behavior with IP fragmentation when experimenting with randomly generated IP datagrams. The input to the router was a fragmented datagram with these fields:

more = 0
don't fragment = 1
offset = 1

The forwarded datagram had these fields:

more = 0
don't fragment = 1
offset = 0

In other words, the fragment was converted to a whole datagram with only part of the data.

Arguably the input datagram should never have been sent. My question, though, is whether this behavior accurately reflects the behavior of the actual Cisco hardware, or whether it is an artifact of the model.

@grossmj
Copy link
Member

grossmj commented Feb 18, 2020

I would say it is very likely this is because of Dynamips and it is not the behavior of the actual Cisco hardware. It would be interesting to try with the Cisco IOSv appliance to compare results.

How have you generated the IP datagrams?

@kenmcmil
Copy link
Author

That's a good thought. I could try setting that up.

I am using a custom IP test generator running in a docker container. Would it be helpful to post pcap files for the test?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants