-
Notifications
You must be signed in to change notification settings - Fork 2
bgp hostname
Pre-Alpha. This page describes behavior that may change.
FQDN capability. Advertises the local hostname and fully-qualified domain name to peers in the OPEN message.
Capabilities.
plugin {
external hostname { run "ze plugin bgp-hostname"; encoder json; }
}
system {
host router1;
domain dc1.example.com;
}
bgp {
peer upstream {
capability {
hostname;
}
}
}
The hostname and domain come from the system { host; domain; } block.
During OPEN negotiation, the plugin injects the Hostname capability (code 73, draft) with the local hostname and FQDN. Peers that receive the capability see the operator-chosen hostname and can surface it in their operator tools. Ze exposes received hostnames through the peer <name> capabilities command.
The capability is informational only. It does not affect routing or session behaviour.
- Reads
system { host; domain; }at startup. -
bgp-role,bgp-llnh, and other capability plugins can be enabled independently and compose cleanly with this one.
main/internal/component/bgp/plugins/hostname/
Unreviewed draft. This wiki was authored in bulk and has not been reviewed. File corrections on the issue tracker.
- Overview
- YANG Model
- Editor Workflow
- Archive and Rollback
- System
- Interfaces
- VRRP
- BFD
- FIB
- OSPF
- IS-IS
- MPLS / LDP / RSVP-TE
- RSVP-TE
- SRv6
- Static Routes
- Policy Routing
- Firewall
- Traffic Control
- Class of Service
- L2TP/PPP
- PPPoE
- VPP Data Plane
- RPKI
- IPsec VPN
- TACACS+ AAA
- RADIUS AAA
- AS112 DNS
- Authorization
- Fleet
- BGP
- Starting and Stopping
- Show Commands
- Monitoring
- Flow Export
- DDoS Mitigation
- Anomaly Detection
- Health Checks
- Audit Trail
- Production Diagnostics
- Logging
- Operational Reports
- Healthcheck
- Self-Update
- Zero-Touch Provisioning
- MRT Analysis
- Upgrade and Restart
- Storage
- Policy
- Core
- Resilience
- Validation
- Capabilities
- Address Families
- Protocol
- Subsystems
- Infrastructure
- Route Server at an IXP
- Transit Edge with RPKI
- Public Looking Glass
- ExaBGP Migration Walkthrough
- FlowSpec Injection
- Chaos-Tested Peering
- AS Path Topology