Hi Tommaso,
The standard 802.1Q adds a field to the Ethernet header which represents the priority of the packet. There is 3 bits for this, so we have 8 levels of priority.
In the case of my project, i want to simulate for example a network with 2 nodes that can be related by a switch. So all my nodes must support the principe of priority.
I don't know if it's possible on NS3.
In the last mail, you told me to check the click module. So i found this link:
https://github.com/kohoumas/click-ns3/blob/master/elements/ethernet/ethervlanencap.hhThey say that this type of device support VLAN: "
EtherVLANEncap(ETHERTYPE, SRC, DST, VLAN_TCI [, VLAN_PCP, I<keywords>])"
What do you think?
Thank you Tommaso :)
Have a good day !
Afaf