Top

Te-1/1/49-52 are not reflecting in  "ovs-ofctl show br0" on as4610_54t_b.

Comments

1 comment

  • Avatar
    william

    You should add the port to the br0 with command like bellow

    ovs-vsctl add-port br0 te-1/1/1 vlan_mode=trunk tag=1 -- set Interface te-1/1/1 type=pica8

    ovs-vsctl add-port br0 te-1/1/2 vlan_mode=trunk tag=1 -- set Interface te-1/1/2 type=pica8

    ovs-vsctl add-port br0 te-1/1/3 vlan_mode=trunk tag=1 -- set Interface te-1/1/3 type=pica8

    ovs-vsctl add-port br0 te-1/1/4 vlan_mode=trunk tag=1 -- set Interface te-1/1/4 type=pica8

    0
    Comment actions Permalink

Please sign in to leave a comment.