Avaya ERS 3500 uplink ports configuration

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • bslons
    Aspiring Member
    • Jan 2016
    • 2

    Avaya ERS 3500 uplink ports configuration

    Hi All,

    Could someone explain me how should I configure fiber uplink ports on Avaya switch ERS3500 according to below picture.




    Vlan 10 is untagged management vlan.

    Question 1
    for fiber links I need to configure MLT trunk right ? Could someone possibly post configuration example for that port? Shall I be aware of something here?

    Question 2
    Ubiquiti APs are connected directly to the Avaya switches. They will get IP from Vlan 10. I don't know how to configure the port where APs are connected to accept untagged traffic from Vlan10 and tagged from Vlan20, 30, 40.

    I am familiar with Cisco devices and how this is configured there, but not sure how to make it working on Avaya switches.

    I would highly appreciate is someone could guide me through. Ideally posting configuration example.

    Regards,
    Bartosz
  • tgruber
    Hot Shot
    • Jul 2014
    • 22

    #2
    Hi there,

    Answer 1:
    For uplinks you only need to configure a MLT if you are using more than one Port to connect two devices (i.e. if you would connect your top ERS3500 to the bottom ERS3500 with two Ports at once). So no, in your scenario you do not need a MLT.
    I think you confuse trunking with VLAN Tagging - see Answer 3 ;-).

    Answer 2 (UAP Ports config):
    The Ports need to be in untagPvidOnly mode. This allows one VLAN to go out the Port untagged while the rest of the VLANs get tagged (replace X of course):
    Code:
    vlan ports X tagging untagPvidOnly
    Then you need to put your VLANs on that Port:
    Code:
    vlan members add 10,20,30,40 X
    Finally you need to define the PVID for that Port. This is the VLAN that will be untagged:
    Code:
    vlan ports X pvid 10
    Answer 3 (Uplink Ports):
    The Uplinks should be fully tagged (at least we recommend that to our customers most of the time). The configuration would look like that:
    Code:
    vlan ports X tagging tagAll
    vlan members add 10,20,30,40 X
    Of course the tagging of the Uplink Ports has to match on both ends.

    Finally the confusion between trunking, tagging, link channeling etc is understandable because some Vendors call it "slightly" differently:
    Cisco:
    Trunk - Use 802.1q to tag frames
    Link channel - Bond several Ports together into a Link Aggregation

    Avaya and HP (and others):
    Trunk - Bond several Ports together into a Link Aggregation. Avaya also calls this a MLT (Multi Link Trunk)
    Tagging - Use 802.1q to tag frames

    Cheers

    Thomas

    Comment

    Loading