• February 12, 2012, 03:46:31 AM
Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: dot1q trunking between nortel 5520 switch and cisco switch 3550  (Read 2884 times)

0 Members and 1 Guest are viewing this topic.

Offline fjerome

  • Rookie
  • **
  • Posts: 6
Hi everybody,

I am newbie to nortel world.

I am trying to trunk nortel 5520 switch with cisco 3550, it simply does't seem to work. Here is my cisco configuration:

int gi1/0/48
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk allowed vlan 45,60,172,501
switchport trunk native vlan 999

I use device manager for nortel switch:
on the interface 24 i've selected,
tag all and filter untagged frames
default id 60

they communicate fine when both the either ports are in access mode.

Also there is no instance of spanning tree running on cisco switch.

Is there anything that I am missing out on.

Pls guide.

Thanks


Offline nightwatch

  • Full Member
  • ***
  • Posts: 58
Re: dot1q trunking between nortel 5520 switch and cisco switch 3550
« Reply #1 on: July 10, 2010, 12:54:17 PM »
i think in the Nortel side you must have the trunk ports bundled inside a VLAN and remove those ports from VLAN 1

Offline fjerome

  • Rookie
  • **
  • Posts: 6
Re: dot1q trunking between nortel 5520 switch and cisco switch 3550
« Reply #2 on: July 10, 2010, 01:23:39 PM »
i think in the Nortel side you must have the trunk ports bundled inside a VLAN and remove those ports from VLAN 1

how do I do this?

Offline nightwatch

  • Full Member
  • ***
  • Posts: 58
Re: dot1q trunking between nortel 5520 switch and cisco switch 3550
« Reply #3 on: July 10, 2010, 01:35:33 PM »
vlan create 10 name trunk type port
vlan ports 1/24 tagging tagall
vlan members add 10 1/24
vlan members remove 1 1/24

Offline fjerome

  • Rookie
  • **
  • Posts: 6
Re: dot1q trunking between nortel 5520 switch and cisco switch 3550
« Reply #4 on: July 10, 2010, 01:41:38 PM »
vlan create 10 name trunk type port
vlan ports 1/24 tagging tagall
vlan members add 10 1/24
vlan members remove 1 1/24


Thankyou Sir.

Can you also tell me commands to set the native vlan to 999 on nortel switch

Offline fjerome

  • Rookie
  • **
  • Posts: 6
Re: dot1q trunking between nortel 5520 switch and cisco switch 3550
« Reply #5 on: July 10, 2010, 01:42:57 PM »
vlan create 10 name trunk type port
vlan ports 1/24 tagging tagall
vlan members add 10 1/24
vlan members remove 1 1/24


Thankyou Sir.

Can you also tell me commands to set the native vlan to 999 on nortel switch

And also how do I tag native vlan

Thanks,
Jerome

Offline nightwatch

  • Full Member
  • ***
  • Posts: 58
Re: dot1q trunking between nortel 5520 switch and cisco switch 3550
« Reply #6 on: July 10, 2010, 01:49:20 PM »
vlan ports 1/24 pvid VLAN_ID

Offline fjerome

  • Rookie
  • **
  • Posts: 6
Re: dot1q trunking between nortel 5520 switch and cisco switch 3550
« Reply #7 on: July 10, 2010, 01:58:29 PM »
vlan ports 1/24 pvid VLAN_ID

As per my understanding pvid means native vlan right?

Also native vlan is untagged in dot1q trunking, can this native vlan be tagged on nortel switch?

Offline Michael McNamara

  • Administrator
  • Hero Member
  • *****
  • Posts: 2164
    • Michael McNamara
Re: dot1q trunking between nortel 5520 switch and cisco switch 3550
« Reply #8 on: July 10, 2010, 06:39:02 PM »
With Nortel/Avaya switches, a trunk port automatically tags all packets in all VLANs (unlike Cisco) when the port is configured at TagAll. If you are looking to untag the PVID (default/native VLAN) then you need to configure the port as UnTagPVIDOnly.

Good Luck!
If you've found this site useful and helpful, please help me spread the word. Link to us in your blog or homepage or Tweet about us! - Thanks!

Offline fjerome

  • Rookie
  • **
  • Posts: 6
Re: dot1q trunking between nortel 5520 switch and cisco switch 3550
« Reply #9 on: July 10, 2010, 07:00:39 PM »
With Nortel/Avaya switches, a trunk port automatically tags all packets in all VLANs (unlike Cisco) when the port is configured at TagAll. If you are looking to untag the PVID (default/native VLAN) then you need to configure the port as UnTagPVIDOnly.

Good Luck!

Thanks you so much for your inputs.


Offline infohungry

  • Rookie
  • **
  • Posts: 1
Re: dot1q trunking between nortel 5520 switch and cisco switch 3550
« Reply #10 on: October 20, 2010, 01:16:47 PM »
With Nortel/Avaya switches, a trunk port automatically tags all packets in all VLANs (unlike Cisco) when the port is configured at TagAll. If you are looking to untag the PVID (default/native VLAN) then you need to configure the port as UnTagPVIDOnly.

Good Luck!

I'm so glad I found this post!  I'm trying get more educated about when a ports VLAN membership differs from its PVID.  Or if it is a member of multiple VLANs and the PVID may or may not be one of those VLANs.

Scenario 1.

VLAN members 1 none
VLAN members 2 1/1-46
VLAN members 3 1/47-47

vlan ports 1-48 pvid 1

What tag is put on the packets from int 1/4 going out across the trunk?

Scenario 2.

VLAN members 1 ALL
vlan ports 1-46 pvid 2
vlan ports 47-48 pvid 3

What tag is put on the packets from int 1/4 going out across the trunk?

Scenario 3:  If all ports are members of VLAN1 and 3, but the access ports are configured with pvid 3, and the trunk ports with pvid 4; If I trunk this across to another switch what comes out of the other side to my cisco switch?  On the cisco side which untagged access vlan would I need to set to get data from one of my nortel access ports?

vlan configcontrol autopvid
auto-pvid
vlan name 1 "Mgt"
vlan create 2 name "x" type port
vlan create 3 name "y" type port
vlan create 4 name "z" type port
vlan ports 1-46 tagging unTagAll  filter-untagged-frame disable filter-unregistered-frames enable pr
iority 0
vlan ports 47-48 tagging tagAll  filter-untagged-frame disable filter-unregistered-frames disable pr
iority 0
vlan members 1 ALL
vlan members 2 47-48
vlan members 3 ALL
vlan members 4 47-48
vlan ports 1-46 pvid 3
vlan ports 47-48 pvid 4
vlan mgmt 4

Bonus: Would any of these scenarios make allowances for VLAN hopping or Double encapsulation attack?  From what I've read D.E. can be done by an attacker who has access to a switch port belinging to the native VLAN of the trunk port.  It appears that scenario 1 would be vulnerable to D.E.  If correct, Would the vlan ports 1-46 tagging unTagAll mitigate that

Thanks

Offline Michael McNamara

  • Administrator
  • Hero Member
  • *****
  • Posts: 2164
    • Michael McNamara
Re: dot1q trunking between nortel 5520 switch and cisco switch 3550
« Reply #11 on: October 20, 2010, 02:15:40 PM »
Here's a quick reply... don't have the time to go into detail right now.

If the switch receives an untagged frame on a port the PVID setting determines what VLAN the frame should be bridged to. The switch port must still be a member of the VLAN you set the PVID to else the returning packets won't ever make it back to the edge device.

Cheers!
If you've found this site useful and helpful, please help me spread the word. Link to us in your blog or homepage or Tweet about us! - Thanks!