Switching

last person joined: 3 days ago 

Ask questions and share experiences about EX and QFX portfolios and all switching solutions across your data center, campus, and branch locations.
  • 1.  interface wildcards for ethernet-switching-options

    Posted 11-30-2010 13:02

    Currently have a EX4200 VC with 8 members and am using the interface-range command to set the ports as follows:

     

    interface-range voice-data {
        /* all ports in switch 2 through 7 */
        member "ge-[2-7]/0/*";

     

    These same ports, switch 2-7, ports 0-47 need mac-limiting set to 2, and voip set to vlan voice, in this example just port ge-3/0/0 is set.  Cannot use 'secure-access-port interface all" or "voip interface access-ports ... " because switch 0 and 1 cannot have these configurations:

     

    ethernet-switching-options {
        secure-access-port {
            interface ge-3/0/0.0 {
                mac-limit 2 action drop;
            }
        }
        voip {
            interface ge-3/0/0.0 {
                vlan voice;
            }
        }

     

     

    set ethernet-switching-options voip interface ge-[2-7]/0/* vlan voice, results in:

    error: missing or invalid fpc number

     

    jweb is not used...surely there is a easier way to do this for 288 ports, uhg...?!?

     

    -Gerry



  • 2.  RE: interface wildcards for ethernet-switching-options
    Best Answer

    Posted 12-02-2010 13:49

    Try "set ethernet-switching-options voip interface voice-data"

     

    You have to reference the interface-range by its name, not by the member attribute.

     

     



  • 3.  RE: interface wildcards for ethernet-switching-options

    Posted 09-16-2014 05:53

    In my EX2200 I can not set "ethernet-switching-options" using wildcard nor interface-range. Where I can set folowing options for meny interfaces:

    set ethernet-switching-options voip interface ge-1/0/0 vlan 10

    set ethernet-switching-options voip interface ge-1/0/0 forwarding-class expedited-forwarding

    for range from ge-1/0/0 to ge-1/0/24.