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 bridge flood satellite

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show bridge flood satellite
<brief | detail | extensive>
<bridge-domain-name bridge-domain-name>
<vswitch-name vswitch-name>

Description

Display bridge flood routing information for the satellite devices in Junos Fusion Provider Edge.

This command lists flood routes by route prefix for each bridge domain. Each flood route prefix entry lists the ingress replication next-hop ID (NhIndex). When egress (local) replication is enabled and the bridge domain has multiple destination extended ports on a satellite device, the aggregation device:

  • Creates a satellite device next-hop chain to reach those destinations through their corresponding satellite devices.

  • Updates the flood route entry with a satellite next-hop chain ID (Satellite-Nh).

When a flood route does not have a satellite next-hop chain, the value 0 is displayed in the Satellite-Nh column. When the Satellite-Nh value is non-zero, the aggregation device uses the satellite next-hop chain instead of the original ingress replication next-hop (NhIndex). You can see satellite device flood next-hop chain details, including the ECIDs assigned to satellite device flood destination extended ports, using the detail option and the bridge-domain-name option for a specific bridge domain.

Options

brief | detail | extensive

(Optional) Display the specified level of output.

bridge-domain-name bridge-domain-name

Display bridge flooding information for the specified bridge domain.

vswitch-name vswitch-name

Display bridge flood information for the specified virtual satellite device.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show bridge flood satellite command. Output fields are listed in the approximate order in which they appear, although the display order varies between the different levels of output.

Table 1: show bridge flood satellite Command Output Fields

Field Name

Field Description

Level of Output

Bridging domain

Bridge domain name.

All

Flood Routes

Flood route information listed by route prefix.

All

Prefix

Flood route prefix.

All

Token

Internal ID for flood route prefix.

All

NhIndex

The ingress replication next-hop for the flood route.

All

Satellite-Nh

Satellite device next-hop ID when local replication is enabled and there are multiple flood destination extended ports.

All

Next-hop information

Details for each next hop, listed by next-hop or satellite next-hop iID.

detail

extensive

aggregation-device

Next-hop interfaces for ports that are flood destinations on the aggregation device, listed by next-hop ID.

detail

extensive

satellite-device-id id

Next-hop interfaces for extended ports that are flood destinations on satellite devices, listed by satellite next-hop ID.

detail

extensive

label

ECID assigned to a satellite device interface.

detail

extensive

When

Elaspsed time since an event related to a flood route entry change.

extensive

Event

Brief description of the event related to a flood route entry change.

extensive

Action

Brief description of actions that resulted from the event.

extensive

Sample Output

show bridge flood satellite

content_copy zoom_out_map
user@host> show bridge flood satellite
Paste router command output hereVSwitch instance: default-switch
  ------------ Bridging domain: bd100 ------------
    Flood Routes:
    Prefix                   Token         NhIndex      Satellite-Nh
    00.02.00.01.60.03.e0/51  0x3001F       797          1186    
    00.02.ff.fe.60.00.20/51  0x30001       794          1183    
  ------------ Bridging domain: bd1000 ------------
    Flood Routes:
    Prefix                   Token         NhIndex      Satellite-Nh
    00.03.00.01.60.04.00/51  0x30020       806          0       
    00.03.ff.fe.60.00.40/51  0x30002       803          0       
  ------------ Bridging domain: bd1500 ------------
    Flood Routes:
    Prefix                   Token         NhIndex      Satellite-Nh
    00.08.00.01.60.04.a0/51  0x30025       851          1475    
    00.08.ff.fe.60.00.e0/51  0x30007       848          1472    
  ------------ Bridging domain: bd1600 ------------
    Flood Routes:
    Prefix                   Token         NhIndex      Satellite-Nh
    00.09.00.01.60.04.c0/51  0x30026       860          1481    
    00.09.ff.fe.60.01.00/51  0x30008       857          1478    
  ------------ Bridging domain: bd1700 ------------
    Flood Routes:
    Prefix                   Token         NhIndex      Satellite-Nh
    00.0a.00.01.60.04.e0/51  0x30027       869          1487    
    00.0a.ff.fe.60.01.20/51  0x30009       866          1484    
  ------------ Bridging domain: bd1800 ------------
    Flood Routes:
    Prefix                   Token         NhIndex      Satellite-Nh
    00.0b.00.01.60.05.00/51  0x30028       878          1493    
    00.0b.ff.fe.60.01.40/51  0x3000A       875          1490    
  ------------ Bridging domain: bd1900 ------------
    Flood Routes:
    Prefix                   Token         NhIndex      Satellite-Nh
    00.0c.00.01.60.05.20/51  0x30029       887          1499    
    00.0c.ff.fe.60.01.60/51  0x3000B       884          1496    
  ------------ Bridging domain: bd2000 ------------
    Flood Routes:
    Prefix                   Token         NhIndex      Satellite-Nh
    00.0e.00.01.60.05.60/51  0x3002B       905          1511    
    00.0e.ff.fe.60.01.a0/51  0x3000D       902          1508

Release Information

Command introduced in Junos OS Release 16.1.

footer-navigation