FD.io VPP  v18.07.1-19-g511ce25
Vector Packet Processing
src/plugins/gbp

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 158)

Implementation: gbp_contract_cli.

gbp endpoint

Summary/usage

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

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 286)

Implementation: gbp_endpoint_cli.

gbp endpoint-group

Summary/usage

gbp endpoint-group [del] epg <ID> bd <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 208)

Implementation: gbp_endpoint_group_cli.

show gbp contract

Summary/usage

show gbp contractn.

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 195)

Implementation: gbp_contract_show.

show gbp endpoint

Summary/usage

show gbp endpointn.

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 365)

Implementation: gbp_endpoint_show.

show gbp endpoint-group

Summary/usage

show gbp endpoint-groupn.

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 250)

Implementation: gbp_endpoint_group_show.

show gbp recirc

Summary/usage

show gbp recircn.

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 204)

Implementation: gbp_recirc_show.