Skip to content

Set link bandwidth in multiswitch.p4app #78

@joyanta55

Description

@joyanta55

Hello, I am pretty new in p4app and mininet environment. I was wondering if there any way to define the bandwidth of each link, alongside the delay in p4app.json file? I tried the following:

"links": [["h1", "s1"], ["s1", "s2", 20, 10], ["s2", "h2"]],

instead of
"links": [["h1", "s1"], ["s1", "s2", 20], ["s2", "h2"]],

in the p4app.json file of the multiswitch.p4app. But looks like it's not working.

Thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions