Replies: 1 comment
-
https://rtbrick.github.io/bngblaster/interfaces.html#triple-tagged The existing iterators i1 and i2 may help but actually we need a further configuration like i1-count and i2-count to define how long to remain on a given value (how many sessions) before incrementing using iX-step. Would this help? |
Beta Was this translation helpful? Give feedback.
-
To avoid creating one access group for each emulated L2 device i need two counters related to each other.
counter1: 1-48
counter2: 1-1000
port-{counter1}-device{counter2}
When counter 1 reach max value in config counter2 should increase with 1.
so option 82 values would become
port-1-device1
..
port-48-device1
port1-device2
..
port 48-device2
port1-device3
..
port48-device3
and so on. Is this possible to do in BNGBlaster?
currently i need to create one access group for each L2 device it would make a large config file.
Any sugestions?
Beta Was this translation helpful? Give feedback.
All reactions