networking-forum.com
Community BlogCommunity Wiki * Register  * Search  * Login
View unanswered postsView active topics

All times are UTC - 6 hours [ DST ]



Post new topic Reply to topic  [ 12 posts ] 
Author Message
PostPosted: Mon Oct 08, 2007 3:47 pm 
Offline
Post Whore
Post Whore
User avatar

Joined: Mon Jun 11, 2007 9:43 am
Posts: 1858
Location: Irondequiot, NY
Anyone aware of how to configure the Nortel BayStack 5510 or 470 series for 802.1Q trunking?


Last edited by inzeos on Tue Oct 09, 2007 11:41 am, edited 3 times in total.

Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 08, 2007 4:09 pm 
Offline
CCIE #18559
CCIE #18559
User avatar

Joined: Thu Dec 09, 2004 6:38 pm
Posts: 813
Location: 224.0.0.5
Certs: CCIE R&S
I have never done a Cisco to Nortel trunk before ( try to avoid that one) However the configuration is "semi" straightforward on the Nortel.

From the CLI/GUI
1) Switch config
2) VLAN config
3) VLAN config

From there you will see this. You can create your VLAN's from here. If there is a + by the port this means that port is a memeber of that VLAN. You can add the + on all the VLANs you need. A - means this port is not a member of the VLAN.

To change the native VLAN you will have to do this from the previous menu.

Also you may have to activate the VLAN after you create it. Its been a while so im not 100%

Code:
                         VLAN Configuration

  Create VLAN:     [    1 ]              VLAN Type:         [   Port-Based   ]
  Delete VLAN:     [      ]              Protocol Id (PID): [      None      ]
  VLAN Name:       [ VLAN #1 ]           User-Defined PID:  [ 0x0000 ]
  Management VLAN: [ No  ] Now: 27       VLAN State:        [     Active     ]


                               Port Membership
            1-6    7-12  13-18  19-24  25-30  31-36  37-42  43-48
           ------ ------ ------ ------ ------ ------ ------ ------

 Unit #1   ------ ------ ------ ------ ------ ------ ------ ------








KEY: + = A Member of This VLAN, - = Not a Member of This VLAN
Use space bar to display choices, press <Return> or <Enter> to select choice.
Press Ctrl-R to return to previous menu.  Press Ctrl-C to return to Main Menu.


                         VLAN Configuration

  Create VLAN:     [   16 ]              VLAN Type:         [   Port-Based   ]
  Delete VLAN:     [      ]              Protocol Id (PID): [      None      ]
  VLAN Name:       [ VLAN #16 ]          User-Defined PID:  [ 0x0000 ]
  Management VLAN: [ No  ] Now: 27       VLAN State:        [     Active     ]


                               Port Membership
            1-6    7-12  13-18  19-24  25-30  31-36  37-42  43-48
           ------ ------ ------ ------ ------ ------ ------ ------

 Unit #1   ++++++ ++++++ ++++++ ++++++ ++++++ ++++++ +++--- ----++








KEY: + = A Member of This VLAN, - = Not a Member of This VLAN
Use space bar to display choices, press <Return> or <Enter> to select choice.
Press Ctrl-R to return to previous menu.  Press Ctrl-C to return to Main Menu.

                         VLAN Configuration

  Create VLAN:     [   17 ]              VLAN Type:         [   Port-Based   ]
  Delete VLAN:     [      ]              Protocol Id (PID): [      None      ]
  VLAN Name:       [ VLAN #17 ]          User-Defined PID:  [ 0x0000 ]
  Management VLAN: [ No  ] Now: 27       VLAN State:        [     Active     ]


                               Port Membership
            1-6    7-12  13-18  19-24  25-30  31-36  37-42  43-48
           ------ ------ ------ ------ ------ ------ ------ ------

 Unit #1   ------ ------ ------ ------ ------ ------ ---+++ ++++++








KEY: + = A Member of This VLAN, - = Not a Member of This VLAN
Use space bar to display choices, press <Return> or <Enter> to select choice.
Press Ctrl-R to return to previous menu.  Press Ctrl-C to return to Main Menu.



HTH
-Derek

_________________
"Knowledge is contagious, infect"


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 08, 2007 4:18 pm 
Offline
Post Whore
Post Whore
User avatar

Joined: Mon Jun 11, 2007 9:43 am
Posts: 1858
Location: Irondequiot, NY
Yeah, my menus are similar to what you have posted.

On the Nortel I put port fe0/1 as;

Code:
                        Port:       [  1  ]
                        PVID:       1
                        Port Name:  Port 1
      VLANs        VLAN Name                  VLANs        VLAN Name
    ---------  ----------------             ---------  ----------------
        1       NetAppV1
        45     VLAN #45
        46     VLAN #46



On the two ports I have configured for testing look like this;
Code:
                        Port:       [  2  ]
                        PVID:       1
                        Port Name:  Port 2
      VLANs        VLAN Name                  VLANs        VLAN Name
    ---------  ----------------             ---------  ----------------
        1       NetAppV1
        45     VLAN #45

And
Code:
                        Port:       [  3  ]
                        PVID:       1
                        Port Name:  Port 3
      VLANs        VLAN Name                  VLANs        VLAN Name
    ---------  ----------------             ---------  ----------------
        1       NetAppV1
        46     VLAN #46

On my Cisco 3560G I have Gi0/23 setup as;
Code:
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,45,46


For testing I have one laptop configured and connected to the Nortel switch and VLAN IP interfaces defined on the Cisco switch.

No luck pinging from the laptop to the Cisco as configured. Any ideas?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 08, 2007 4:23 pm 
Offline
CCIE #18559
CCIE #18559
User avatar

Joined: Thu Dec 09, 2004 6:38 pm
Posts: 813
Location: 224.0.0.5
Certs: CCIE R&S
Go to "VLAN Port Configuration" and make sure for tagging it says "Tag all"
Code:
                            VLAN Port Configuration



              Port:                        [ 48  ]
              Filter Untagged Frames:      [ No  ]
              Filter Unregistered Frames:  [ No  ]
              Port Name:                   [ Port 48 ]
              PVID:                        [   17 ]
              Port Priority:               [ 0 ]
              Tagging:                     [ Tag All         ]

              AutoPVID (all ports):        [ Disabled ]


HTH
-Derek

_________________
"Knowledge is contagious, infect"


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 08, 2007 4:29 pm 
Offline
Post Whore
Post Whore
User avatar

Joined: Mon Jun 11, 2007 9:43 am
Posts: 1858
Location: Irondequiot, NY
Here is what I have for those three ports on the Nortel device;

Code:
              Port:                        [  1  ]
              Filter Untagged Frames:      [ No  ]
              Filter Unregistered Frames:  [ No  ]
              Port Name:                   [ Port 1 ]
              PVID:                        [    1 ]
              Port Priority:               [ 0 ]
              Tagging:                     [ Tag All         ]

              AutoPVID (all ports):        [ Disabled ]

Code:
              Port:                        [  2  ]
              Filter Untagged Frames:      [ No  ]
              Filter Unregistered Frames:  [ No  ]
              Port Name:                   [ Port 2 ]
              PVID:                        [    1 ]
              Port Priority:               [ 0 ]
              Tagging:                     [ Tag All         ]

              AutoPVID (all ports):        [ Disabled ]

Code:
              Port:                        [  3  ]
              Filter Untagged Frames:      [ No  ]
              Filter Unregistered Frames:  [ No  ]
              Port Name:                   [ Port 3 ]
              PVID:                        [    1 ]
              Port Priority:               [ 0 ]
              Tagging:                     [ Tag All         ]

              AutoPVID (all ports):        [ Disabled ]


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 08, 2007 4:34 pm 
Offline
CCIE #18559
CCIE #18559
User avatar

Joined: Thu Dec 09, 2004 6:38 pm
Posts: 813
Location: 224.0.0.5
Certs: CCIE R&S
This is why I have never done this in a production network before ;)

Only other thing I can think of make sure the vlans are active on the Nortel. Does the Cisco show the interface is actually trunking? "show inter trunk"

HTH

_________________
"Knowledge is contagious, infect"


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 08, 2007 4:40 pm 
Offline
Post Whore
Post Whore
User avatar

Joined: Mon Jun 11, 2007 9:43 am
Posts: 1858
Location: Irondequiot, NY
When I do a
Code:
sh int gi0/23 trunk
it gives me a status of not-trunking


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 09, 2007 7:21 am 
Offline
Post Whore
Post Whore
User avatar

Joined: Mon Jun 11, 2007 9:43 am
Posts: 1858
Location: Irondequiot, NY
Well the Cisco switch is now in trunking mode; however, no packets seem to be crossing the trunk yet. Starting to fire up the packet captures now.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 09, 2007 7:53 am 
Offline
Post Whore
Post Whore
User avatar

Joined: Mon Jun 11, 2007 9:43 am
Posts: 1858
Location: Irondequiot, NY
Trunking appears to be working now!

Cisco 3560G is configured as follows;

Code:
interface GigabitEthernet0/1
 description "Test Port --> VLAN 45"
 switchport access vlan 45
 speed 100
 duplex full
!
interface GigabitEthernet0/2
 description "Test Port --> VLAN 46"
 switchport access vlan 46
 speed 100
 duplex full
!
interface GigabitEthernet0/23
 description "802.1Q Trunk --> Nortel BayStack"
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Vlan1
 no ip address
 shutdown
!
interface Vlan45
 ip address 192.168.0.254 255.255.255.0
!
interface Vlan46
 ip address 192.168.1.254 255.255.255.0
!


Nortel BayStack 5510-24T is configured as follows;

Code:
                               Port Configuration

 Port   Trunk    Status      Link   LnkTrap  Autonegotiation   Speed  Duplex
 ----   -----  ------------  -----  -------  ---------------   -----------------
    1          [ Enabled  ]    Up   [ On  ]   [ Disabled ]     [ 100Mbs / Full ]

*Note: I did notice issues with Nortel and Cisco being able to negotiate the line parameters. If I configure the Gi0/23 interface to speed 100 and duplex full the interface on both ends goes down. Even thought the Nortel device is configured to have negotiation disabled and the port settings are 100MBs / Full. So much for vendor compatibility and standards?

Code:
                         VLAN Configuration

  Create VLAN:     [    1 ]              VLAN Type:         [   Port-Based   ]
  Delete VLAN:     [      ]              Protocol Id (PID): [      None      ]
  VLAN Name:       [  NetAppV1 ]         User-Defined PID:  [ 0x0000 ]
  Management VLAN: [ Yes ] Now: 1        VLAN State:        [     Active     ]


                 Port Membership
            1-6    7-12  13-18  19-24
           ------ ------ ------ ------

 Unit #1   ++++-- ------ ------ ------

Code:
                         VLAN Configuration

  Create VLAN:     [   45 ]              VLAN Type:         [   Port-Based   ]
  Delete VLAN:     [      ]              Protocol Id (PID): [      None      ]
  VLAN Name:       [ VLAN #45 ]          User-Defined PID:  [ 0x0000 ]
  Management VLAN: [ No  ] Now: 1        VLAN State:        [     Active     ]


                 Port Membership
            1-6    7-12  13-18  19-24
           ------ ------ ------ ------

 Unit #1   ++---- ------ ------ ------

Code:
                         VLAN Configuration

  Create VLAN:     [   46 ]              VLAN Type:         [   Port-Based   ]
  Delete VLAN:     [      ]              Protocol Id (PID): [      None      ]
  VLAN Name:       [ VLAN #46 ]          User-Defined PID:  [ 0x0000 ]
  Management VLAN: [ No  ] Now: 1        VLAN State:        [     Active     ]


                 Port Membership
            1-6    7-12  13-18  19-24
           ------ ------ ------ ------

 Unit #1   +-+--- ------ ------ ------
Code:
                            VLAN Port Configuration



              Port:                        [  1  ]
              Filter Untagged Frames:      [ No  ]
              Filter Unregistered Frames:  [ No  ]
              Port Name:                   [ Port 1 ]
              PVID:                        [    1 ]
              Port Priority:               [ 0 ]
              Tagging:                     [ Tag All         ]

              AutoPVID (all ports):        [ Disabled ]
Code:
                            VLAN Port Configuration



              Port:                        [  2  ]
              Filter Untagged Frames:      [ No  ]
              Filter Unregistered Frames:  [ No  ]
              Port Name:                   [ VLAN 45 Test ]
              PVID:                        [   45 ]
              Port Priority:               [ 0 ]
              Tagging:                     [ Tag All         ]

              AutoPVID (all ports):        [ Disabled ]
Code:
                            VLAN Port Configuration



              Port:                        [  3  ]
              Filter Untagged Frames:      [ No  ]
              Filter Unregistered Frames:  [ No  ]
              Port Name:                   [ VLAN 46 Test ]
              PVID:                        [   46 ]
              Port Priority:               [ 0 ]
              Tagging:                     [ Tag All         ]

              AutoPVID (all ports):        [ Disabled ]
Code:
                             VLAN Display by Port


                        Port:       [  1  ]
                        PVID:       1
                        Port Name:  Port 1
      VLANs        VLAN Name                  VLANs        VLAN Name
    ---------  ----------------             ---------  ----------------
        1       NetAppV1
        45     VLAN #45
        46     VLAN #46
Code:
                             VLAN Display by Port


                        Port:       [  2  ]
                        PVID:       45
                        Port Name:  VLAN 45 Test
      VLANs        VLAN Name                  VLANs        VLAN Name
    ---------  ----------------             ---------  ----------------
        1       NetAppV1
        45     VLAN #45
Code:
                             VLAN Display by Port


                        Port:       [  3  ]
                        PVID:       46
                        Port Name:  VLAN 46 Test
      VLANs        VLAN Name                  VLANs        VLAN Name
    ---------  ----------------             ---------  ----------------
        1       NetAppV1
        46     VLAN #46


On the Cisco side of things sh int gi0/23 should look like this;
Code:
Port      Mode      Encapsulation   Status      Native vlan
Gi0/23      on      802.1q      trunking   1

Port      Vlans allowed on trunk
Gi0/24      1-4096

Port      Vlans allowed and active in management domain
Gi0/23      1,45-46

Port      Vlans in spanning tree forwarding state and not pruned
Gi0/23      1,45-46


Lastly here are some additional bits of information on the devices used;

Cisco 3560G
Code:
IOS 12.2(35)SE5


Nortel BayStack 5510-24T
Code:
  ***********************************************************
  * BayStack 5510-24T                                       *
  * Nortel Networks                                         *
  * Copyright (c) 1996-2003, All Rights Reserved            *
  * BoSS 3.0                                                *
  * Ver:  HW:03       FW:1.0.0.16  SW:v3.0.1.00             *
  ***********************************************************


Planning to test additional trunking with other Nortel devices in the near future.[/code]


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 09, 2007 11:22 am 
Offline
Cisco Inferno
Cisco Inferno
User avatar

Joined: Mon Jul 10, 2006 12:58 am
Posts: 10201
Location: Seattle
If this is going to be sticky, we should move it to tutorials...

_________________
Reasonably un-nerdy blog:
americanwerewolfinbelgrade.wordpress.com/


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 09, 2007 11:41 am 
Offline
Post Whore
Post Whore
User avatar

Joined: Mon Jun 11, 2007 9:43 am
Posts: 1858
Location: Irondequiot, NY
Good call :)


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 09, 2008 4:32 pm 
Offline
New Member
New Member

Joined: Thu Oct 09, 2008 4:16 pm
Posts: 1
If I read your config properly, I think one problem is that you have all the Nortel ports set to 'Tag All' - which makes them all trunk ports - but you only had one port on the Cisco set up for trunking. Leave one of them as the trunk port and set the others to 'Untag All' to make them access ports.

I haven't worked with the 5510, but have worked with Nortel 460 and 470 switches. I've set up Port-Based VLANs to Cisco equipment (routers and switches) and see that you have your Nortel VLAN configuration as Port-Based already.

Connect the Cisco trunk port (g0/23) to the Nortel trunk port (1 ?) using a crossover cable - unless there is some autodetecting of this being performed on one of the boxes.

On the Nortel box, the trunk port is then a member of every VLAN you configure, plus any other access ports you want on that VLAN.

Hope this helps.

Rick


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ] 

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group