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 chassis network-slices

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show chassis network-slices
<gnf gnf-id>

Description

Display Junos node slicing information for the guest network functions (GNFs) configured on the base system (BSYS). The gnf gnf-id option displays the information about a particular GNF.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show chassis network-slices command. Output fields are listed in the approximate order in which they appear.

Table 1: show chassis network-slices Output Fields

Field Name

Field Description

GNF

GNF identifier for each partition.

Description

Description of the guest network function.

State

Status of the GNF.

  • Online—GNF online and running.

  • Offline—GNF is offline.

Uptime

Duration for which the GNFs have been up and running. In case of a GNF Routing Engine switchover, the uptime value is reset as the new primary GNF Routing Engine establishes a fresh connection with the BSYS. This behavior is specific to GNFs and does not have any functional impact.

GNF ID

Shows the GNF ID.

GNF description

Shows the description of GNF.

FPCs assigned

Shows the FPC slot numbers assigned to the GNF.

FPCs online

Shows the FPCs that are online.

BSYS

Shows the name of the BSYS.

BSYS sw version

Shows the Junos software version used in the BSYS.

GNF sw version

Shows the Junos software version used in the GNF.

BSYS primary RE

Primary Routing Engine slot.

GNF uptime

Duration for which the GNF has been up and running. In case of a GNF Routing Engine switchover, the GNF uptime value is reset as the new primary GNF Routing Engine establishes a fresh connection with the BSYS. This behavior is specific to GNFs and does not have any functional impact.

GNF Routing Engine Status:

Show the details of the Routing Engines in the slot 0 and 1. It includes the Current State, (primary or backup), Routing Engine model, and GNF host name.

Sample Output

show chassis network-slices

content_copy zoom_out_map
user@router> show chassis network-slices 
guest-network-functions:
GNF    Description    State          Uptime
 1     gnf-a          Online         12 hours, 46 minutes, 11 seconds
 2     gnf-b          Online         12 hours, 13 minutes, 57 seconds
 3     gnf-c          Online         12 hours, 3 minutes, 55 seconds
 4     gnf-d          Online         12 hours, 8 minutes, 20 seconds
 5     gnf-e          Online         12 hours, 2 minutes, 46 seconds
 6     gnf-f          Online         11 hours, 56 minutes, 29 seconds

show chassis network-slices gnf

content_copy zoom_out_map
user@router> show chassis network-slices gnf

GNF ID           1
GNF description  NA
GNF state        Online
FPCs assigned    7 8
FPCs online      7 8
BSYS             router(mx960)
BSYS sw version  18.2-20180321_0948_bsys
GNF  sw version  18.2-20180314_gnf
Chassis          mx960
BSYS master RE   0
GNF uptime       4 days, 23 hours, 55 minutes, 1 second
GNF Routing Engine Status:
Slot 0:
    Current state   Master
    Model           RE-GNF-2400x4
    GNF host name   gnf-host0
Slot 1:
    Current state   Backup
    Model           RE-GNF-2400x4
    GNF host name   gnf-host1
GNF ID           2
GNF description  NA
GNF state        Online
FPCs assigned    NA
FPCs online      NA
BSYS             router(mx960)
BSYS sw version  18.2-20180321_0948_bsys
GNF  sw version  18.2-20180216_gnf
Chassis          mx960
BSYS master RE   0
GNF uptime       4 days, 23 hours, 53 minutes, 54 seconds
GNF Routing Engine Status:
Slot 0:
    Current state   Master
    Model           RE-GNF-2400x4
    GNF host name   gnf-host2
Slot 1:
    Current state   Backup
    Model           RE-GNF-2400x4
    GNF host name   gnf-host3

show chassis network-slices gnf <gnf-id>

content_copy zoom_out_map
user@router> show chassis network-slices gnf 2

GNF ID           2
GNF description  NA
GNF state        Online
FPCs assigned    NA
FPCs online      NA
BSYS             router(mx960)
BSYS sw version  18.2-20180321_0948_bsys
GNF  sw version  18.2-20180216_gnf
Chassis          mx960
BSYS master RE   0
GNF uptime       4 days, 23 hours, 53 minutes, 54 seconds
GNF Routing Engine Status:
Slot 0:
    Current state   Master
    Model           RE-GNF-2400x4
    GNF host name   gnf-host2
Slot 1:
    Current state   Backup
    Model           RE-GNF-2400x4
    GNF host name   gnf-host3

Release Information

Command introduced in Junos OS Release 17.2R1.

footer-navigation