Description

This article provides a step-by-step guide to configuring Interfaces on the NFX250

Solution

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 access
set 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 trunk
set 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-tagging
set interfaces ge-1/0/3 unit 0 vlan-id 10
set 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

Modification History

2025-04-12 : Article Created

Related Information

How to Configure the NFX250 NextGen