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

mapping (VNF)

date_range 12-Jun-24

Syntax

content_copy zoom_out_map
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;
    }
    peer-interfaces peer-interface-name;
}

Hierarchy Level

content_copy zoom_out_map
[edit virtual-network-functions]

Description

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

Options

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.

peer-interface-name

Name of the virtual peer interfaces that is mapped to a physical interface.

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