dot1q Trunk or MLT on ERS 8300

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • hamidmahmood
    Aspiring Member
    • Jan 2013
    • 1

    dot1q Trunk or MLT on ERS 8300

    Unable to setup MLT between two ERS 8300 here are the details.Unable to setup a single dot1q trunk either , have two vlans . any help on any of them appreciated.
    Code:
    Switch A
    
    ================================================================================
                                       Vlan Port
    ================================================================================
    VLAN VLAN           PORT           ACTIVE         STATIC         NOT_ALLOW     
    ID   NAME           MEMBER         MEMBER         MEMBER         MEMBER        
    --------------------------------------------------------------------------------
    1    Default        1/1-1/48,3/7-  1/1-1/48,3/7-                               
                        3/46,5/1-5/8   3/46,5/1-5/8                                
    5    VLAN-5         3/1-3/6,3/10-  3/1-3/6,3/10-                               
                        3/20           3/20                                        
    
    
    no vlan members 1 3/1-3/6,3/47-3/48 portmember
    interface VLAN 1
    ip address 172.17.0.3 255.255.0.0 
    config terminal
    vlan create 5 type port 1
    no vlan members 5 1/1-1/48,3/7-3/9,3/21-3/48,5/1-5/8 portmember
    vlan members 5 3/1-3/6,3/10-3/20 portmember
    
    MLT CONFIGURATION
    
    mlt 10 enable
    mlt 10 member 3/47-3/48
    mlt 10 encapsulation dot1q
    interface mlt 10
    perform-tagging enable
    exit
    Code:
    Switch B
    
    
    ================================================================================
                                       Vlan Basic
    ================================================================================
    VLAN VLAN                    STG
    ID   NAME       TYPE         ID  PROTOCOLID   SUBNETADDR      SUBNETMASK     
    --------------------------------------------------------------------------------
    1    Default    byPort       1   none         N/A             N/A            
    5    VOICE      byPort       1   none         N/A             N/A            
    
    
    ================================================================================
                                       Vlan Port
    ================================================================================
    VLAN VLAN           PORT           ACTIVE         STATIC         NOT_ALLOW     
    ID   NAME           MEMBER         MEMBER         MEMBER         MEMBER        
    --------------------------------------------------------------------------------
    1    Default        1/1-1/48,3/1-  1/1-1/48,3/1-                               
                        3/10,3/21-     3/10,3/21-                                  
                        3/46,5/1-5/8   3/46,5/1-5/8                                
    5    VOICE          3/11-3/20      3/11-3/20                                   
    
    
    ================================================================================
    
    ERS-8310:5(config)#show
    VLAN CONFIGURATION
    #
    
    no vlan members 1 3/11-3/20,3/47-3/48 portmember
    interface VLAN 1
    ip address 172.17.0.2 255.255.0.0 
    config terminal
    vlan create 5 name "VOICE" type port 1
    no vlan members 5 1/1-1/48,3/1-3/10,3/21-3/48,5/1-5/8 portmember
    vlan members 5 3/11-3/20 portmember
    
    #
    # VLAN CONFIGURATION – RSMLT
    
    #
    # MLT CONFIGURATION
    #
    mlt 10 enable
    mlt 1 member 3/47,3/48 vlan 1,5
    mlt 10 encapsulation dot1q
    interface mlt 10
    perform-tagging enable
    exit
  • cbonor
    Aspiring Member
    • Dec 2016
    • 1

    #2
    Commands:

    mlt X enable
    mlt X member x/x-x/x
    mlt X encapsulation dot1q
    mlt X vlan x,x,x,x,x,x,x,x,x,x,

    I think should work

    Comment

    • toehit
      Hot Shot
      • Aug 2013
      • 15

      #3
      My money is on an issue with swith 'b":

      # MLT CONFIGURATION # mlt 10 enable <----Fine mlt 1 member 3/47,3/48 vlan 1,5 <---your adding tags to MLT 1, not 10 mlt 10 encapsulation dot1q <---think there's a typo interface mlt 10 <--- yup, good perform-tagging enable <--from what I remember about 8300 OK

      Looks like you've set MLT 10 to dot1q encapsulation but not mlt 1 on switch B, which is where you are adding tags to.

      Hope that's all.

      Comment

      Loading