BGP Protocol
Components of BGP Configuration
Basic Session Setup
set protocols bgp group external-peers type external set protocols bgp group external-peers peer-as 65001 set protocols bgp group external-peers neighbor 192.0.2.1 description "Peer A" set protocols bgp group external-peers neighbor 192.0.2.1 local-address 192.0.2.2set protocols bgp group internal-peers type internal set protocols bgp group internal-peers local-address 10.0.0.1 set protocols bgp group internal-peers neighbor 10.0.0.2set protocols bgp group external-peers family inet unicast set protocols bgp group external-peers family inet6 unicast set protocols bgp group external-peers family inet-vpn unicast
Advanced Features
set protocols bgp group external-peers bfd-liveness-detection minimum-interval 300 set protocols bgp group external-peers bfd-liveness-detection multiplier 3set protocols bgp group external-peers multipath multiple-as set protocols bgp group external-peers path-selection external-router-idset protocols bgp group external-peers authentication-key "$9$password" set protocols bgp group external-peers authentication-algorithm md5
Route Policy Configuration
Best Practices
Session Security
Route Control
Verification Commands
Common Applications
Service Provider Networks
Enterprise Networks
Last updated