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 vpls flood instance

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show vpls flood instance
<brief | detail | extensive>
 <instance-name>
<logical-system logical-system-name>

Description

Display VPLS information related to the flood process.

Options

none

Display VPLS information related to the flood process for all routing instances.

brief | detail | extensive

(Optional) Display the specified level of output.

instance-name

(Optional) Display VPLS information related to the flood process for the specified routing instance.

logical-system logical-system-name

(Optional) Display VPLS information related to the flood process for the specified logical system.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show vpls flood instance command. Output fields are listed in the approximate order in which they appear.

Table 1: show vpls flood instance Output Fields

Field Name

Field Description

Logical system

Name of the logical system.

Name

Name of the VPLS routing instance.

CEs

Number of CE routers connected to the VPLS instance.

VEs

Number of VE routers connected to the VPLS instance.

Flood routes

List of all flood routes associated with the VPLS instance.

Prefix

Prefix for the route.

Type

Type of route.

Owner

VPLS routing instance or interface associated with the route.

Nhtype

Next-hop type. For example, flood for a flood route.

Nhindex

Next-hop index number for the route.

Sample Output

show vpls flood instance

content_copy zoom_out_map
user@host> show vpls flood instance   

Logical system: __example_ls1__
Name: green
CEs: 1
VEs: 1
Flood Routes:
  Prefix    Type          Owner                 NhType          NhIndex
  default   ALL_CE_FLOOD  green                 flood           383
  0x47/16   CE_FLOOD      fe-1/2/1.0            flood           388

show vpls flood instance logical-system-name

content_copy zoom_out_map
user@host:__example_ls1__> show vpls flood instance example_ls1


Logical system: __example_ls1__
Name: green
CEs: 1
VEs: 1
Flood Routes:
  Prefix    Type          Owner                 NhType          NhIndex
  default   ALL_CE_FLOOD  green                 flood           383
  0x47/16   CE_FLOOD      fe-1/2/1.0            flood           388

show vpls flood instance detail

content_copy zoom_out_map
user@host:__example_ls1__> show vpls flood instance detail
 

Logical system: __example_ls1__
Name: green
CEs: 1
VEs: 1
Flood Routes:
  Prefix    Type          Owner                 NhType          NhIndex
  default   ALL_CE_FLOOD  green                 flood           383
  0x47/16   CE_FLOOD      fe-1/2/1.0            flood           388

Release Information

Command introduced in Junos OS Release 8.0.

footer-navigation