UNP and default Vlan

Post Reply
ShawnKST
Member
Posts: 7
Joined: 03 Mar 2022 01:45

UNP and default Vlan

Post by ShawnKST »

Hi All
I have question regarding UNP and default Vlan on member port
SW03-> show vlan members port 1/1/1
vlan type status
--------+-----------+---------------
112 unpUntag forwarding
219 default forwarding

unp profile "VLAN112DATA"
unp port 1/1/1 port-type bridge
unp port 1/1/1 port-template VLAN112DATA

Port 1/1/1 has a UNP profile and template to vlan 112. it appear under port 1/1/1 as UNPuntag. when I assign Vlan 219 as a default vlan for port 1/1/1 I couldn't reach any host configured with an IP address under vlan 219, unless I totally disable and remove the UNP profile for vlan 112.
silvio
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 1897
Joined: 01 Jul 2008 10:51
Location: Germany

Re: UNP and default Vlan

Post by silvio »

configure an unp profile mapped to vlan 219 and set it as the default-unp-profile for all ports (or via template).
Best regards
Silvio
ShawnKST
Member
Posts: 7
Joined: 03 Mar 2022 01:45

Re: UNP and default Vlan

Post by ShawnKST »

Hi Silvio
Thank you for the reply and sorry for the delay. I will give it a try later. Many thanks for your time! :)
ShawnKST
Member
Posts: 7
Joined: 03 Mar 2022 01:45

Re: UNP and default Vlan

Post by ShawnKST »

Hi Silvio
I was wondering if you are kind enough to show me a example configure how we can set a vlan as a default UNP profile for all the port on the switch? Thank you very much!
silvio
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 1897
Joined: 01 Jul 2008 10:51
Location: Germany

Re: UNP and default Vlan

Post by silvio »

Code: Select all

unp profile "VLAN219"
unp profile "VLAN219" map vlan 219
unp port port-template VLAN112DATA default-profile VLAN219
ShawnKST
Member
Posts: 7
Joined: 03 Mar 2022 01:45

Re: UNP and default Vlan

Post by ShawnKST »

Hi Silvio
Thank you very much for the assistance! :)
User avatar
dsdwn
Member
Posts: 12
Joined: 09 Feb 2011 18:19

Re: UNP and default Vlan

Post by dsdwn »

Hi @All

konfig:

Code: Select all

unp port-template microSensDwnLnk
unp port-template microSensDwnLnk vlan 1065 
unp port-template microSensDwnLnk vlan 1067 tagged
unp port-template microSensDwnLnk vlan 1130 tagged
unp port 1/1/1 port-type bridge
unp port 1/1/1 port-template microSensDwnLnk
.
result:

Code: Select all

OS# show mac-learning             
Legend: Mac Address: * = address not valid,

        Mac Address: & = duplicate static address,

   Domain    Vlan/SrvcId[ISId/vnId]     Mac Address           Type          Operation          Interface
------------+----------------------+-------------------+------------------+-------------+-------------------------
      VLAN                        1   00:60:a7:0c:77:1e            dynamic    filtering                     1/1/1 
.
my humble expectation was: the mac of the untagged device at port 1/1/1 is learned in Vlan1065 instead of Vlan1
... but it's not ... so this can't be the right config for my intentions
hints ?
User avatar
dsdwn
Member
Posts: 12
Joined: 09 Feb 2011 18:19

Re: UNP and default Vlan

Post by dsdwn »

Code: Select all

! DA-UNP:
unp profile "unp-v1065" 
unp profile "unp-v1065" map vlan 1065 
unp port-template microSensDwnLnk direction both default-profile "unp-v1065" classification trust-tag ap-mode admin-state enable
unp port-template microSensDwnLnk vlan 1065 
unp port-template microSensDwnLnk vlan 1067 tagged
unp port-template microSensDwnLnk vlan 1130 tagged
unp port 1/1/1 port-type bridge
unp port 1/1/1 port-template microSensDwnLnk

OS# show mac-learning | grep 1/1/1
      VLAN                     1065   00:60:a7:0c:77:1e            dynamic     bridging                     1/1/1 
OS# 	  
.
this works for Vlan 1065 ... but is this the right way ?
silvio
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 1897
Joined: 01 Jul 2008 10:51
Location: Germany

Re: UNP and default Vlan

Post by silvio »

This lines have a complete different function. You can delete them:

Code: Select all

unp port-template microSensDwnLnk vlan 1065 
unp port-template microSensDwnLnk vlan 1067 tagged
unp port-template microSensDwnLnk vlan 1130 tagged
You need classification rules to forward clients into the correct profile. All other devices (where the rule isn't matching) will go to the default-profile (this is your case now). Use the command "show unp user" and "show unp user detail" for troubleshooting.
BR Silvio
Post Reply

Return to “OmniSwitch 6360”