Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Configuring the EX Series Ethernet Switch
Before you configure the EX Series switch, complete any basic setup procedures and install the correct Junos OS software release on the switch.
To configure the EX Series switch:
- Define VLANs for the IPMI ports. For example:user@switch# set interfaces interface-range ipmi member-range ge-0/0/0 to ge-0/0/19user@switch# set interfaces interface-range ipmi unit 0 family ethernet-switching port-mode accessuser@switch# set interfaces interface-range ipmi unit 0 family ethernet-switching vlan members ipmiuser@switch# set interfaces vlan unit 60 family inet address 172.16.60.254/24user@switch# set vlans ipmi vlan-id 60 user@switch# set vlans ipmi l3-interface vlan.60
- Define a VLAN for the management ports. For example:user@switch# set interfaces interface-range mgmt member-range ge-0/0/20 to ge-0/0/46 user@switch# set interfaces interface-range mgmt unit 0 family ethernet-switching port-mode accessuser@switch# set interfaces interface-range mgmt unit 0 family ethernet-switching vlan members mgmtuser@switch# set interfaces vlan unit 70 family inet address 172.16.70.254/24user@switch# set vlans mgmt vlan-id 70user@switch# set vlans mgmt l3-interface vlan.70
- Define a static route for external network access. For
example:user@switch# set routing-options static route 0.0.0.0/0 next-hop 172.16.70.253