FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
src/plugins/gbp

gbp bridge-domain

Summary/usage

gbp bridge-domain [del] epg bd <ID> bvi <interface> uu-flood <interface>.

Description

Configure a GBP bridge-domain

Example usage
vpp# set gbp bridge-domain [del] bd <ID> bvi <interface> uu-flood <interface>

Declaration and implementation

Declaration: gbp_bridge_domain_cli_node (src/plugins/gbp/gbp_bridge_domain.c line 331)

Implementation: gbp_bridge_domain_cli.

gbp contract

Summary/usage

gbp contract [del] src-epg <ID> dst-epg <ID> acl-index <ACL>.

Description

Configure a GBP Contract

Example usage
vpp# set gbp contract [del] src-epg <ID> dst-epg <ID> acl-index <ACL>

Declaration and implementation

Declaration: gbp_contract_cli_node (src/plugins/gbp/gbp_contract.c line 586)

Implementation: gbp_contract_cli.

gbp endpoint

Summary/usage

gbp endpoint [del] <interface> epg <ID> ip <IP> mac <MAC>.

Description

Configure a GBP Endpoint

Example usage
vpp# set gbp endpoint [del] <interface> epg <ID> ip <IP>

Declaration and implementation

Declaration: gbp_endpoint_cli_node (src/plugins/gbp/gbp_endpoint.c line 1135)

Implementation: gbp_endpoint_cli.

gbp endpoint-group

Summary/usage

gbp endpoint-group [del] epg <ID> bd <ID> rd <ID> <interface>.

Description

Configure a GBP Endpoint Group

Example usage
vpp# set gbp endpoint-group [del] epg <ID> bd <ID> <interface>

Declaration and implementation

Declaration: gbp_endpoint_group_cli_node (src/plugins/gbp/gbp_endpoint_group.c line 301)

Implementation: gbp_endpoint_group_cli.

gbp route-domain

Summary/usage

gbp route-domain [del] epg bd <ID> bvi <interface> uu-flood <interface>.

Description

Configure a GBP route-domain

Example usage
vpp# set gbp route-domain [del] bd <ID> bvi <interface> uu-flood <interface>

Declaration and implementation

Declaration: gbp_route_domain_cli_node (src/plugins/gbp/gbp_route_domain.c line 352)

Implementation: gbp_route_domain_cli.

show gbp bridge-domain

Summary/usage

show gbp bridge-domain

Description

Show Group Based Policy Bridge_Domains and derived information

Example usage
vpp# show gbp bridge_domain

Declaration and implementation

Declaration: gbp_bridge_domain_show_node (src/plugins/gbp/gbp_bridge_domain.c line 367)

Implementation: gbp_bridge_domain_show.

show gbp contract

Summary/usage

show gbp contract

Description

Show Group Based Policy Contracts

Example usage
vpp# show gbp contract

Declaration and implementation

Declaration: gbp_contract_show_node (src/plugins/gbp/gbp_contract.c line 660)

Implementation: gbp_contract_show.

show gbp endpoint

Summary/usage

show gbp endpoint

Description

Show Group Based Policy Endpoints and derived information

Example usage
vpp# show gbp endpoint

Declaration and implementation

Declaration: gbp_endpoint_show_node (src/plugins/gbp/gbp_endpoint.c line 1333)

Implementation: gbp_endpoint_show.

show gbp endpoint-group

Summary/usage

show gbp endpoint-group

Description

Show Group Based Policy Endpoint_Groups and derived information

Example usage
vpp# show gbp endpoint_group

Declaration and implementation

Declaration: gbp_endpoint_group_show_node (src/plugins/gbp/gbp_endpoint_group.c line 356)

Implementation: gbp_endpoint_group_show.

show gbp ext-itf

Summary/usage

show gbp ext-itf

Description

Show Group Based Policy external interface and derived information

Example usage
vpp# show gbp ext-itf

Declaration and implementation

Declaration: gbp_ext_itf_show_node (src/plugins/gbp/gbp_ext_itf.c line 183)

Implementation: gbp_ext_itf_show.

show gbp recirc

Summary/usage

show gbp recirc

Description

Show Group Based Policy Recircs and derived information

Example usage
vpp# show gbp recirc

Declaration and implementation

Declaration: gbp_recirc_show_node (src/plugins/gbp/gbp_recirc.c line 264)

Implementation: gbp_recirc_show.

show gbp route-domain

Summary/usage

show gbp route-domain

Description

Show Group Based Policy Route_Domains and derived information

Example usage
vpp# show gbp route_domain

Declaration and implementation

Declaration: gbp_route_domain_show_node (src/plugins/gbp/gbp_route_domain.c line 406)

Implementation: gbp_route_domain_show.

show gbp scanner

Summary/usage

show gbp scanner.

Description

Show GBP scanner

Example usage
vpp# show gbp scanner

Declaration and implementation

Declaration: gbp_scanner_cli_node (src/plugins/gbp/gbp_scanner.c line 116)

Implementation: gbp_scanner_cli.

show gbp subnet

Summary/usage

show gbp subnet

Description

Show Group Based Policy Subnets

Example usage
vpp# show gbp subnet

Declaration and implementation

Declaration: gbp_subnet_show_node (src/plugins/gbp/gbp_subnet.c line 438)

Implementation: gbp_subnet_show.

show gbp vxlan

Summary/usage

show gbp vxlan

Description

Show Group Based Policy VXLAN tunnels

Example usage
vpp# show gbp vxlan

Declaration and implementation

Declaration: gbp_vxlan_show_node (src/plugins/gbp/gbp_vxlan.c line 839)

Implementation: gbp_vxlan_show.