Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

interfaces (VNF)

date_range 12-Jun-24

Syntax

content_copy zoom_out_map
interfaces interface-name {
    pci-address pci-address;
        mac-address mac-address;
        mtu size;
        mapping {
        hsxe0 {
            virtual-function {
                vlan-id vlan-id;
            }
        }
        hsxe1 {
            virtual-function {
                vlan-id vlan-id;
            }
        }
        vlan {
            members vlan-name;
                mode [access | trunk];
            native-vlan-id vlan-id;
        }
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit virtual-network-functions]

Description

Configure Virtual Network Functions (VNF) interfaces on platforms running disaggregated Junos OS.

Options

interface-name

Name of the VNF interfaces.

mac-address

MAC address of the VNF interfaces.

mtu

Maximum transfer unit (MTU) size of packets in bytes.

pci-address

Target PCI address of the VNF interfaces.

vlan-id

SR-IOV virtual function to use to attach a VNF to a physical interface.

vlan members

Membership for this interface.

native-vlan-id

Virtual LAN identifier for untagged frames. For example, 1...4095

vlan-name

Name of the VLAN members.

Required Privilege Level

interface—To view this statement in the configuration.interface-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 15.1X53-D50.

footer-navigation