show evpn gbp-src-tag
Syntax
show evpn gbp-src-tag filter-bind routing-instance [instance] show evpn gbp-src-tag ip-prefix inet | inet6
Description
Show the associations (bindings) between GBP filters and routing instances as well as the GBP tags being advertised in EVPN Type 5 IP prefix routes.
Options
filter-bind routing-instance [instance] |
Display the associations (bindings) between GBP filters and routing instances. If a routing-instance is specified, then only the associations for that routing-instance are shown. If no routing-instance is specified, then the associations for all routing-instances are shown. |
ip-prefix inet | inet6 |
Display the GBP tags propagated in EVPN Type 5 advertisements for the associated IPv4 or IPv6 prefixes. Output is limited to those routes with a GBP tag associated. If a route does not have an associated GBP tag, then the route is not displayed. |
Required Privilege Level
view
Output Fields
Table 1 lists the output fields for the show evpn gbp-src-tag filter-bind
routing-instance
command.
Field Name |
Field Description |
---|---|
Filter-name | The name of the GBP firewall filter being bound. |
Filter-bind-type | The entity type that the GBP filter is bound to. The only valid type is routing-instance. |
Filter-bind-name | The name of the routing-instance. |
Table 2 lists the output fields for the show evpn gbp-src-tag ip-prefix
inet | inet6
command.
Field Name |
Field Description |
---|---|
Prefix-type | Either IPv4 or IPv6. |
Prefix-value | The IP prefix in the EVPN Type 5 advertisement. |
Src-GBP-Tag | The GBP tag being propagated in the EVPN Type 5 advertisement for the displayed IP prefix. |
Prefix-Vrf-Name | The name of the routing-instance. |
Filter-Name | The name of the GBP firewall filter that contains the match condition assigning the displayed GBP tag to the displayed IP prefix. |
Sample Output
show evpn gbp-src-tag filter-bind routing-instance
user@host> show evpn gbp-src-tag filter-bind routing-instance VRF-100
Firewall filter association information Filter-name : TESTD Filter-bind-type : routing-instance Filter-bind-name : VRF-100
show evpn gbp-src-tag ip-prefix inet
user@host> show evpn gbp-src-tag ip-prefix inet
IPV4-Prefix lookup db while advertise prefix in type5 Prefix-type : ipv4 Prefix-value : 100.1.0.0/22 Src-GBP-Tag : 100 Prefix-Vrf-Name : VRF-100 Filter-Name : TESTB
Release Information
Command introduced in Junos OS Release 24.2R1.