Command map

send bgp raw

Send raw bytes into a peer's TCP stream (dangerous).

Ze command

Registry path
send bgp raw
Usage
send bgp <selector> raw <hex|b64> <data> [type <open|update|notification|keepalive|route-refresh>]
Mode
Daemon
Wire method
ze-bgp:peer-raw
Backends
any backend
Task support
optional: the MCP call is synchronous, which is the default
Subcommands
none: this command takes no subcommand
Pipes, always
json, ndjson, table, text, yaml, raw, no-more, save
Pipes, when the answer has rows
match, count, first, last, display, fill
Pipes, while streaming
log
Pipes, local process only
save

Description

Injects arbitrary bytes with no BGP framing and no validation. It is for
conformance testing and fuzzing only, and it will break the session if it is used
carelessly. With a type keyword ze writes the marker and the header, and the data carries
the message body alone. Without a type keyword the data carries the whole packet, marker
and header included.

Arguments

NameTypeRequiredValues
selectorstringyesany value of this type
encodingenumyeshex b64
datastringyesany value of this type
typeenumnoopen update notification keepalive route-refresh

Mapping status

No vendor equivalent has been curated yet for this Ze command.

Juniper Junos MX

No equivalent is listed for this vendor yet.

Cisco IOS XR

No equivalent is listed for this vendor yet.

Nokia SR OS

No equivalent is listed for this vendor yet.

VyOS

No equivalent is listed for this vendor yet.