priority setting related to vlanid to a port in 6400

Post Reply
chuikingman
Member
Posts: 45
Joined: 15 Aug 2013 21:25

priority setting related to vlanid to a port in 6400

Post by chuikingman »

Hi,
I have a omni switch 6400 .
I understand a port can assign to one vlan id .
Can I assign two vlan id to one port ??
Any priority I can arrange if I can assign two vlan id to one port ....
OR any similar setting .
Please advice detail in commond how to do it with example ...

Thank
cedric64
Member
Posts: 13
Joined: 23 Apr 2014 09:38

Re: priority setting related to vlanid to a port in 6400

Post by cedric64 »

Hello,

I think that you can try something like that (example with vlan 111 and 222) :

ethernet-service svlan 111 1x1 stp disable flat stp disable name "VLAN 111"
ethernet-service svlan 222 1x1 stp disable flat stp disable name "VLAN 222"

ethernet-service svlan 111 nni 1/1 ##### if interface 1/1 is the uplink port #####
ethernet-service svlan 222 nni 1/1 ##### if interface 1/1 is the uplink port #####
ethernet-service sap-profile "Profile VLAN 111" priority map-dscp-to-outer-p
ethernet-service sap-profile "Profile VLAN 222" priority map-dscp-to-outer-p

ethernet-service sap 1 service-name "Profile VLAN 111"
ethernet-service sap 2 service-name "Profile VLAN 222"

ethernet-service sap 1 sap-profile "Profile VLAN 111"
ethernet-service sap 1 uni 1/2-23 ##### if clients are on interfaces 1/2 to 1/23 #####
ethernet-service sap 1 cvlan 111 ##### the vlan on the client side can be different than your transport vlan #####
- or :
ethernet-service sap 1 cvlan untagged ##### if there is no vlan on the client side #####

ethernet-service sap 2 sap-profile "Profile VLAN 222"
ethernet-service sap 2 uni 1/2-23 ##### if clients are on interfaces 1/2 to 1/23 #####
ethernet-service sap 2 cvlan 222 ##### the vlan on the client side can be different than your transport vlan #####
- or :
ethernet-service sap 2 cvlan untagged ##### if there is no vlan on the client side #####

Let me know if this example is useful =)
mohdkw
Member
Posts: 39
Joined: 28 Nov 2013 18:20

Re: priority setting related to vlanid to a port in 6400

Post by mohdkw »

You can assign two Vlan id in the same port

For example

Vlan 10 802.1q port 1/1
Vlan 11 802.1q port 1/1

You can make the vlan as a default on the same port by adding default

Vlan 11 802.1q default port 1/1
Vlan 10 802.1q port 1/1

I hope this is helpful
Post Reply

Return to “OmniSwitch 6400”