
./trex-console
service -a
portattr -a --prom on --mult on
plugins load bird
plugins bird show_nodes -p 0
plugins bird set_config -f bird/cfg/rip.conf -r bird/cfg/ipv4_routes.conf
plugins bird show_config
service --no-tcp-udp
start -f stl/udp_1pkt_simple.py -m 10mbps -p 0
trex(service-filtered)>start -f astf/http_https.py -d 10 -p 0
start -
Error loading profile 'astf/http_https.py'
Python Traceback follows:
File "/home/iblogin/v2.87/automation/trex_control_plane/interactive/trex/stl/trex_stl_streams.py", line 1002, in get_module_tunables
func = module.register().get_streams
AttributeError: Prof1 instance has no attribute 'get_streams'
Please guide on which profile/command i can use for stateful traffic generation for BIRD.
Thanks,
Pooja
sudo ./t-rex-64 -i --bird-server --software -c 1 --astf --lro-disable
Connecting to RPC server on localhost:4501
[verbose] Sending Request To Server:
{
"id": "foj01guk",
"jsonrpc": "2.0",
"method": "api_sync_v2",
"params": {
"major": 4,
"minor": 8,
"name": "STL"
}
}
[verbose] Server Response:
{
"error": {
"code": -32000,
"message": "Failed To Execute Method",
"specific_err": "RPC configuration mismatch - server RPC configuration: 'ASTF', client RPC configuration: 'STL'"
},
"id": "foj01guk",
"jsonrpc": "2.0"
}
[FAILED]
Traceback (most recent call last):
File "add_bird_node.py", line 28, in <module>
c.connect()
File "/home/iblogin/v2.87/automation/trex_control_plane/interactive/trex/common/trex_api_annotators.py", line 51, in wrap2
ret = f(*args, **kwargs)
File "/home/iblogin/v2.87/automation/trex_control_plane/interactive/trex/common/trex_client.py", line 1305, in connect
raise TRexError(rc)
trex.common.trex_exceptions.TRexError: RPC configuration mismatch - server RPC configuration: 'ASTF', client RPC configuration: 'STL'
Shutting down RPC client