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 oam fabric flow-specification

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show oam fabric flow-specification 
<flow-specification-name>

Description

Display the fabric flow specifications that are configured in a QFabric system Node group.

Options

flow-specification-name

(Optional) Name of a flow specification.

Required Privilege Level

interface—To view this statement in the configuration.

interface-control—To add this statement to the configuration.

Output Fields

Table 1 lists the output fields for the show oam fabric flow-specification command. Output fields are listed in the approximate order in which they appear.

Table 1: show oam fabric flow-specification Output Fields

Field Name

Field Description

Flow specification name

Name of the flow specification.

Type

Flow specification type:

  • Ethernet

  • Ethernet Unicast IPV4

  • Multicast IPV4

  • Multicast VLAN flood

Ethernet frame size

Ethernet frame size in bytes.

Ether type

EtherType protocol.

Source-MAC

MAC address of the source FMEP interface.

Source-MAC Mask

MAC address mask of the source FMEP interface.

Destination-MAC

MAC address of the destination FMEP interface.

Destination-MAC Mask

MAC address mask of the destination FMEP interface.

Source-IP

IP address of the source FMEP interface.

Source-IP Mask

IP address mask of the source FMEP interface.

Destination-IP

IP address of the destination FMEP interface.

Destination-IP mask

IP address mask of the destination FMEP interface.

IP-Protocol

IPv4 protocol configured.

Source-L4-Port

Source TCP or UDP port.

Destination-L4-Port

Destination TCP or UDP port.

Destination multicast group IP

IP address of the destination multicast group.

Sample Output

show oam fabric flow-specification (All)

content_copy zoom_out_map
user@host> show oam fabric flow-specification

 Flow specification name  : fspec1 Type  : Ethernet
     Ethernet frame size  : Unspecified
     Ether type  : Unspecified
     Source-MAC  : Unspecified
     Source-MAC Mask : Unspecified
     Destination-MAC  : Unspecified
     Destination-MAC Mask : Unspecified
 Flow specification name  : fspec2 Type  : Ethernet
     Ethernet frame size  : Unspecified
     Ether type  : 1792
     Source-MAC  : 0:0:a0:f0:cc:22
     Source-MAC Mask : Unspecified
     Destination-MAC  : 0:11:22:33:a0:e2
     Destination-MAC Mask : Unspecified
 Flow specification name  : fspec3 Type : Ethernet Unicast IPV4
     Ethernet frame size  : Unspecified
     Source-IP  : 121.0.0.1
     Source-IP Mask : Unspecified
     Destination-IP  : 132.1.0.1
     Destination-IP Mask : Unspecified
     Destination-mac : Unspecified
     IP-protocol : TCP
     Source-L4-port : 270
     Destination-L4-port : Unspecified
 Flow specification name  : fspec4 Type  : Multicast IPV4
     Ethernet frame size  : Unspecified
     Source IP  : 100.0.0.23
     Destination multicast group IP:             225.0.0.1
 Flow specification name  : fspec5 Type  : Multicast VLAN flood
     Ethernet frame size  : Unspecified

show oam fabric flow-specification (Flow Specification Specified)

content_copy zoom_out_map
user@host> show oam fabric flow-specification fspec3

 Flow specification name  : fspec3 Type : Ethernet Unicast IPV4
     Ethernet frame size  : Unspecified
     Source-IP  : 121.0.0.1
     Source-IP Mask : Unspecified
     Destination-IP  : 132.1.0.1
     Destination-IP Mask : Unspecified
     Destination-mac : Unspecified
     IP-protocol : TCP
     Source-L4-port : 270
     Destination-L4-port : Unspecified

Release Information

Command introduced in Junos OS Release 12.2.

footer-navigation