Defining traffic in Ostinato
no need to define devices. Just add streams and in "Protocol Data", open "Media Access Protocol" and make destination the next hop mac (ip neigh show) and source as increment to simulate MAC addresses
import os import argparse import json def load_json_file(filepath): with open(filepath, 'r') as f: return json.load(f) d...
No comments:
Post a Comment