CCNP - Routing : Generating HTML Traffic
Hi Everyone,
Question - Is there a way to simulate HTML traffic on a physical lab or in GNS3? I think I might be able to do an extended ping or something. This is for PBR and ACL scenarios.
Any advice will be appreciated.
Thanks,
Node
Question - Is there a way to simulate HTML traffic on a physical lab or in GNS3? I think I might be able to do an extended ping or something. This is for PBR and ACL scenarios.
Any advice will be appreciated.
Thanks,
Node
Comments
-
koz24 Member Posts: 766 ■■■■□□□□□□You can do this with IP SLA. Here is a guide GNS3 IP SLA Traffic Generator
-
OfWolfAndMan Member Posts: 923 ■■■■□□□□□□The way I would do this is by integrating a linux VM into your environment directly and using a quick python script to create a socket connection to a site.
python - Creating a raw HTTP request with sockets - Stack Overflow
This one is http, but it should get what you need done. Just make sure to run it in 2.7. I believe all libraries specified in that post are built-in.:study:Reading: Lab Books, Ansible Documentation, Python Cookbook 2018 Goals: More Ansible/Python work for Automation, IPSpace Automation Course [X], Build Jenkins Framework for Network Automation [] -
deth1k Member Posts: 312Or run http server on one of the routers with path to your ios file, then run copy http... from another router. One way of generating traffic, wont be exactly html but over port 80 thought