Some notes on trunking with Foundry routers/switches

  • trunks can be 2, 4, or 8 ports
  • trunk ports must be in the same VLAN
  • trunks must be ports 1-2, 1-4, 1-8,
  • trunks can span gig modules, but still need at least two ports on each module: (e.g 1/1 - 1/2 and 2/1 - 2/2)
  • the router must be rebooted to enable and/or disable trunks

    config samples

    config term
    
    vlan 62 name test62 by port
     untagged ethe 3/1 to 3/2
     router-interface ve 62
    
    vlan 102 name test102 by port
     untagged ethe 1/7 to 1/8 ethe 3/5 to 3/6
     router-interface ve 102
    exit
    
    trunk switch ethe 1/7 to 1/8 ethe 3/5 to 3/6 
    trunk switch ethe 3/1 to 3/2 
    
    end
    write mem
    reload