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

show virtual-network-functions

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show virtual-network-functions
show virtual-network-functions vnf-name
show virtual-network-functions ipsec-nm
show virtual-network-functions vjunos0

Description

Display Virtual Network Function (VNF) information.

Options

vnf-name

(Optional) Display information for a specific VNF.

ipsec-nm

(Optional) Display information of the system VNF IPsec.

vjunos0

(Optional) Display information of the system VNF vjunos0.

brief

(Optional) Display brief output.

Note:

This is the default option.

detail

(Optional) Display detailed output.

Required Privilege Level

view

Output Fields

Table 1 describes the output fields for the show virtual-network-functions command. Output fields are listed in the approximate order in which they appear.

Table 1: show virtual-network functions Output Fields

Field Name

Field Description

ID

ID of the VNF

Name

Name of the VNF

State

Status of the VNF. Possible values are Running, Shutdown, or Undefined.

Liveliness

Indicates whether or not the IP address of the VNF is reachable.

IP Address

IP address of the VNF

VCPUs

Number of virtual CPUs

Maximum Memory

Maximum amount of memory available to the VNF

Used Memory

Amount of memory used by the VNF

Used 1G Hugepages

The number of used 1G hugepages.

Used 2M Hugepages

The number of used 2M hugepages

Sample Output

show virtual-network-functions vjunos0

content_copy zoom_out_map
user@host> show virtual-network-functions vjunos0
ID       Name                                              State      Liveliness
--------------------------------------------------------------------------------
2        vjunos0                                           Running    alive

show virtual-network-functions vjunos0 detail

content_copy zoom_out_map
user@host> show virtual-network-functions vjunos0 detail
Virtual Network Function Information
------------------------------------

Id:                 3
Name:               vjunos0
State:              Running
Liveliness:         Up
IP Address:         192.0.2.2
VCPUs:              1
Maximum Memory:     1000448 KiB
Used Memory:        1000448 KiB
Used 1G Hugepages:  0
Used 2M Hugepages:  0

     Block Devices
     ----------------------------
     Target   | Source
     ----------------------------
     vda      | /junos/images/0/vjunos.img
     vdb      | /junos/images/0/vjunos-data.img
     hdc      | /junos/images/shared/swap-disk.img
     vdd      | /junos/images/0/vjunos-platform.img
     vde      | /junos/images/0/metadata-usb-re.img

Sample Output

show virtual-network-functions vsrx

content_copy zoom_out_map
user@host> show virtual-network-functions vsrx
ID       Name                                              State      Liveliness
--------------------------------------------------------------------------------
67       vsrx                                              Running    alive

Sample Output

show virtual-network-functions vmx

content_copy zoom_out_map
user@host> show virtual-network-functions vmx
ID       Name                                              State      Liveliness
--------------------------------------------------------------------------------
3       vjunos0                                             Running   alive
10      vm	x																	 Running		alive 
11341	 jdm                 	  										 Running		alive

show virtual-network-functions

content_copy zoom_out_map
user@host> show virtual-network-functions
ID       Name                                              State      Liveliness
--------------------------------------------------------------------------------
3        vjunos0                                           Running    alive
1        LTE-VM                                            Running    down

Sample Output

show virtual-network-functions detail

content_copy zoom_out_map
user@host> show virtual-network-functions detail
Virtual Network Function Information
------------------------------------

Id:                 3
Name:               vjunos0
State:              Running
Liveliness:         Up
IP Address:         192.0.2.2
VCPUs:              1
Maximum Memory:     1000448 KiB
Used Memory:        1000448 KiB
Used 1G Hugepages:  0
Used 2M Hugepages:  0

     Block Devices
     ----------------------------
     Target   | Source
     ----------------------------
     vda      | /junos/images/0/vjunos.img
     vdb      | /junos/images/0/vjunos-data.img
     hdc      | /junos/images/shared/swap-disk.img
     vdd      | /junos/images/0/vjunos-platform.img
     vde      | /junos/images/0/metadata-usb-re.img

Virtual Network Function Information
------------------------------------

Id:                 1
Name:               LTE-VM
State:              Running
Liveliness:         Down
IP Address:         -
VCPUs:              2
Maximum Memory:     122880 KiB
Used Memory:        122880 KiB
Used 1G Hugepages:  0
Used 2M Hugepages:  0

     Block Devices
     ----------------------------
     Target   | Source
     ----------------------------
     vdb      | /usr/share/juniper/LTE/lte_vm.latest

Release Information

Command introduced in Junos OS Release 15.1X53-D45.

footer-navigation