This article provides a step-by-step guide to configuring Interfaces on the NFX250
Steps to Configure Interfaces on NFX250:
1) Configure the Virtual Interface:
set vmhost virtualization-options interfaces ge-1/0/3
2)Create VLAN with VLAN ID 10:
set vlans vlan10 vlan-id 10
3) Assign VLAN10 to a Physical Interface
set interfaces ge-0/0/0 unit 0 family ethernet-switching interface-mode accessset interfaces ge-0/0/0 unit 0 family ethernet-switching vlan members vlan10
4) Assign VLAN10 to Interface sxe-0/0/0 as a Trunk Port:
set interfaces sxe-0/0/0 unit 0 family ethernet-switching interface-mode trunkset interfaces sxe-0/0/0 unit 0 family ethernet-switching vlan members vlan10
5) Enable VLAN Tagging on the Virtual Interface and Assign IP Address:
set interfaces ge-1/0/3 vlan-taggingset interfaces ge-1/0/3 unit 0 vlan-id 10set interfaces ge-1/0/3 unit 0 family inet address 10.10.10.10/24
6) Assign the Interface to a Security Zone and Allow SSH Access:
set security zones security-zone trust interfaces ge-1/0/3.0 host-inbound-traffic system-services ssh
How to Configure the NFX250 NextGen