Skip to content

Support



Juniper was the first North American IP routing vendor to achieve the prestigious TL 9000 certification by the Quality of Excellence for Suppliers of Telecommunications (QuEST) Forum in the router category, for design, development, provision and service and support.



What is J-Care?

It's the world-class service and support that you expect from a company that delivers the industry's best infrastructure and security products. With J-Care, you now have the confidence knowing that Juniper will do our part to keep you on top of the world!


Configuring VLANs for EX-series Switches (CLI Procedure)

EX-series switches use VLANs to make logical groupings of network nodes with their own broadcast domains. You can use VLANs to limit the traffic flowing across the entire LAN and reduce collisions and packet retransmissions.

For each endpoint on the VLAN, configure the following VLAN parameters on the corresponding interface:

  1. Set the description of the VLAN:
    [edit interfaces ge-chassis/pic/port unit 0]
    user@switch# set description vlan-description
  2. Set the unique name of the VLAN:
    [edit interfaces ge-chassis/pic/port unit 0]
    user@switch# set family ethernet-switching vlan membersvlan-name
  3. Create the subnet for the VLAN:
    [edit interfaces]
    user@switch# set vlan unit 0 family inet address ip-address
  4. Configure the VLAN tag ID or VLAN ID range for the VLAN:
    [edit vlans]
    user@switch# set vlan-name vlan-id vlan-id-number

    or


    [edit vlans]
    user@switch# set vlan-name vlan-range vlan-id-low-vlan-id-high
  5. To specify the maximum time that an entry can remain in the forwarding table before it ages out:
    [edit vlans]
    user@switch# set vlan-name mac-table-aging-time time
  6. To specify a VLAN firewall filter to be applied to incoming or outgoing packets:
    [edit vlans]
    user@switch# set vlan-name filter (input | output) filter-name