FD.io VPP
v18.07-34-g55fbdb9
Vector Packet Processing
|
gbp contract [del] src-epg <ID> dst-epg <ID> acl-index <ACL>.
Configure a GBP Contract
vpp# set gbp contract [del] src-epg <ID> dst-epg <ID> acl-index <ACL>
Declaration: gbp_contract_cli_node (src/plugins/gbp/gbp_contract.c line 158)
Implementation: gbp_contract_cli.
gbp endpoint [del] <interface> epg <ID> ip <IP>.
Configure a GBP Endpoint
vpp# set gbp endpoint [del] <interface> epg <ID> ip <IP>
Declaration: gbp_endpoint_cli_node (src/plugins/gbp/gbp_endpoint.c line 286)
Implementation: gbp_endpoint_cli.
gbp endpoint-group [del] epg <ID> bd <ID> <interface>.
Configure a GBP Endpoint Group
vpp# set gbp endpoint-group [del] epg <ID> bd <ID> <interface>
Declaration: gbp_endpoint_group_cli_node (src/plugins/gbp/gbp_endpoint_group.c line 208)
Implementation: gbp_endpoint_group_cli.
show gbp contractn.
Show Group Based Policy Contracts
vpp# show gbp contract
Declaration: gbp_contract_show_node (src/plugins/gbp/gbp_contract.c line 195)
Implementation: gbp_contract_show.
show gbp endpointn.
Show Group Based Policy Endpoints and derived information
vpp# show gbp endpoint
Declaration: gbp_endpoint_show_node (src/plugins/gbp/gbp_endpoint.c line 365)
Implementation: gbp_endpoint_show.
show gbp endpoint-groupn.
Show Group Based Policy Endpoint_Groups and derived information
vpp# show gbp endpoint_group
Declaration: gbp_endpoint_group_show_node (src/plugins/gbp/gbp_endpoint_group.c line 250)
Implementation: gbp_endpoint_group_show.
show gbp recircn.
Show Group Based Policy Recircs and derived information
vpp# show gbp recirc
Declaration: gbp_recirc_show_node (src/plugins/gbp/gbp_recirc.c line 204)
Implementation: gbp_recirc_show.