port mobile problems on OS6860 & OS6900

Post Reply
dogx010299
Member
Posts: 26
Joined: 06 Feb 2012 02:35

port mobile problems on OS6860 & OS6900

Post by dogx010299 »

Dear All,

I have an issue about the mobile port command.

In AOS6 commands are as followed:

vlan 100
vlan 200
!
vlan 100 ip 192.168.100.0 mask 255.255.255.0
vlan 200 ip 192.168.200.0 mask 255.255.255.0
!
vlan port mobile 1/1-10

I can use static ip settings and mobile port rule to change my vlan automatically.

But in OS6860 and OS6900, some issue happens.
The commands as followed :

unp edge-profile "Vlan100"
unp edge-profile "Vlan200"
unp vlan-mapping edge-profile "Vlan100" vlan 100
unp vlan-mapping edge-profile "Vlan200" vlan 200
unp classification ip-address 192.168.100.0 mask 255.255.255.0 edge-profile "Vlan100"
unp classification ip-address 192.168.200.0 mask 255.255.255.0 edge-profile "Vlan200"
unp port 1/1/1-10

But when I used command : show unp user
Neither user w/ 192.168.100.0/24 nor w/ 192.168.200.0/24 are assign to their vlan as unpQtag.

Instead, these ports are all stay in vlan 1 and act as block.

Am I missing something ? Could AOS7 & AOS8 unp achive the mobile port function as AOS6 ?

Thanks All.

Best regards,
Andy
User avatar
rekeds
Member
Posts: 110
Joined: 05 Jan 2015 09:22
Location: Riga

Re: port mobile problems on OS6860 & OS6900

Post by rekeds »

there will be release 8 for 6860,6900,10k

for now 6860 misses a lot of features.
dogx010299
Member
Posts: 26
Joined: 06 Feb 2012 02:35

Re: port mobile problems on OS6860 & OS6900

Post by dogx010299 »

Dear Rekeds

Thanks for your reply.

So...port mobility and vlan rules are currently no available on OS-6860 ?

Do you have any clue that the releasing date of Release 8 ?

But...I still can't confirm that vlan rule and port mobility will include in this release right ?

Gratitude! Have a nice day.


Best regards,
Andy
devnull
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 976
Joined: 07 Sep 2010 10:16
Location: Germany

Re: port mobile problems on OS6860 & OS6900

Post by devnull »

Afaik it should work, i would read the docs.
For mac classification i found:

Code: Select all

unp port <u/s/p>
unp edge_profile "mac-auth"
unp vlan-mapping edge-profile "mac-auth" vlan <vid>
unp classification mac-address <mac_address> edge profile "mac-auth"
so it should be similar for IP.

According to NT-guide you may just need to add
"unp classification enable"

Please try!

your vlan 100 & 200 exist on the switch?
silvio
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 1886
Joined: 01 Jul 2008 10:51
Location: Germany

Re: port mobile problems on OS6860 & OS6900

Post by silvio »

Hi,
hope the following config will work. I prefere to use a template.

Code: Select all

vlan 100 200
unp port 1/1/1-10 port-type edge
unp edge-profile VL100
unp vlan-mapping edge-profile VL100 vlan 100
unp edge-profile VL200
unp vlan-mapping edge-profile VL200 vlan 200
unp edge-profile DEFAULT-EDGE
unp vlan-mapping edge-profile DEFAULT-EDGE vlan 1
unp classification ip-address 192.168.100.0 mask 255.255.255.0 edge-profile VL100
unp classification ip-address 192.168.200.0 mask 255.255.255.0 edge-profile VL200
unp edge-template TEMPLATE_1
unp edge-template TEMPLATE_1 classification enable
unp edge-template TEMPLATE_1 default-edge-profile DEFAULT-EDGE
unp port 1/1/1-10 edge-template TEMPLATE_1
Is your traffic q-tagged? than you have also mobile tag to enabel.

regards
Silvio
dogx010299
Member
Posts: 26
Joined: 06 Feb 2012 02:35

Re: port mobile problems on OS6860 & OS6900

Post by dogx010299 »

Dear Silvio,

Sorry for my late reply, and Thank You for your help.

I will check these detail and check again.

Hope I can bring some good news back.

Wish me luck !

Have a nice day, you all.

Best regards,
Andy
dogx010299
Member
Posts: 26
Joined: 06 Feb 2012 02:35

Re: port mobile problems on OS6860 & OS6900

Post by dogx010299 »

Dear All,

I'm back !

According Silvio's template and Devnull's mark point.


I can see my unp port is using TEMPLATE1 as edge-template, and classification is :enabled.

And function normally.

By the way, as Silvio said, connecting to other Switch via 802.1q, edge-profile must config "mobile-tag enable"

Otherwise, egress traffic seems like to be un-tagged.

Config as below:

Code: Select all

unp edge-profile VL100
unp edge-profile VL200
unp vlan-mapping edge-profile VL100 vlan 100
unp vlan-mapping edge-profile VL200 vlan 200
unp edge-template TEMPLATE1
unp edge-template TEMPLATE1 classification enable
unp port 1/1/16 port-type edge
unp port 1/1/16 edge-template TEMPLATE1
unp classification ip-address 192.168.100.0 mask 255.255.255.0 edge-profile VL100
unp classification ip-address 192.168.200.0 mask 255.255.255.0 edge-profile VL200

Switch6860-> show unp user
                                              User                                                                        Learning
Port   Username             Mac address       IP              Vlan Profile                          Type      Status      Source
------+--------------------+-----------------+---------------+------+--------------------------------+---------+-----------+-----------
1/1/16 a0:36:9f:1f:5f:c4    a0:36:9f:1f:5f:c4 192.168.100.1    100   VL100                             Edge      Active      Local

Total users : 1

Switch6860->
Switch6860->
Switch6860-> show vlan members port 1/1/16
  vlan      type        status
--------+-----------+---------------
     1    default     forwarding
   100    unpQtag     forwarding
Post Reply

Return to “OmniSwitch 6900”