Replies: 2 comments 4 replies
-
Start rate should work as well. Internally, there is a job triggered every second which starts I would reduce the number of outstanding sessions here, typically I recommend to set outstanding to double of start-rate. Meaning start-rate 100 and max-outstanding 200. What is the expected rate for your device under test? The rate should be around double. So if you expect 50 session per second, start-rate 100 with max-outstanding 200 should be fine. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your insight about the ARP resolution requirement to establish the session with BNG Blaster. In observing the traffic between the elements, I can see the DHCP offers, requests and ACKs that include a gateway router IP address. All this happens over broadcast. I also see the subsequent ARP requests that goes out over broadcast. The ARP request is answered by the BNG interface itself via unicast, however this ARP reply does not make its way back to BNG Blaster in the user space it occupies. Similarly, if I don't set the DHCP to 'Broadcast', unicast traffic fails to get back to BNG Blaster and DHCP fails. My tcpdump of the interface facing BNG Blaster does see the ARP reply though. |
Beta Was this translation helpful? Give feedback.
-
I'm working with a IPOE BNG that seems to require that the rate of sessions started and stopped needs to be reduced from the defaults. I've attempted to slow down the rate of creation with the configuration block below, but it doesn't seem to slow it down. The stop-rate does appear to function as expected though. Is there another way to slow down the rate of session creation per second?
Thanks. Great tool.
Beta Was this translation helpful? Give feedback.
All reactions