[Contents] [Prev] [Next] [Index] [Report an Error]

show vpls flood instance

Syntax

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

Release Information

Command introduced in JUNOS Release 8.0.

Description

Display VPLS information related to the flood process.

Options

none — Display VPLS information related to the flood process for all routing instances on all logical systems.

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

List of Sample Output

show vpls flood instance
show vpls flood instance logical-system-name
show vpls flood instance detail

Output Fields

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

Table 184: 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

user@host> show vpls flood instance
Logical system: __juniper_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

user@host:__juniper_ls1__> show vpls flood instance juniper_ls1

Logical system: __juniper_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

user@host:__juniper_ls1__> show vpls flood instance detail
 

Logical system: __juniper_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

[Contents] [Prev] [Next] [Index] [Report an Error]