MQX4.00 support VLAN?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MQX4.00 support VLAN?

ソリューションへジャンプ
1,353件の閲覧回数
hansonhe
NXP Employee
NXP Employee

Dear, whether MQX4.0 have code which could support VLAN?

ラベル(1)
0 件の賞賛
返信
1 解決策
1,061件の閲覧回数
Martin_
NXP Employee
NXP Employee

If you mean 802.1Q, then by looking into the RTCS source code there is some logic implemented around 8021Q priority tags. By default this option is off. Set the RTCSCFG_LINKOPT_8021Q_PRIO to 1 in user_config.h:

#define RTCSCFG_LINKOPT_8021Q_PRIO 1

to have RTCS send and receive Ethernet 802.1Q priority tags.

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,062件の閲覧回数
Martin_
NXP Employee
NXP Employee

If you mean 802.1Q, then by looking into the RTCS source code there is some logic implemented around 8021Q priority tags. By default this option is off. Set the RTCSCFG_LINKOPT_8021Q_PRIO to 1 in user_config.h:

#define RTCSCFG_LINKOPT_8021Q_PRIO 1

to have RTCS send and receive Ethernet 802.1Q priority tags.

0 件の賞賛
返信