PR's BGP connection types:
- Transit: private link with dedicated b/w
- Peers:
- private peer: dedicated PN ?~= transit ?
- public: via public fabric
- route server: prefix redirected by RS and traffic via public fabric
- Prefer peer routes over transit (via local_pref), as_path tiebreaker
- In/egress traffic over same path
- If still tie, private peer > public > route server peer, using MED
- to avoid cross-congestion over fabric
- Cisco BGP multipath doc
- Requirement of path characteristics to be multipath
- Weight
- local_pref
- as_path length
- origin
- MED
- one of these:
- neighbor AS or sub-as
- as_path
- Not capacity-aware + ECMP
- unbalances links get equal load
- Static bgp policy likely optimizes traffic, but
- as-path != performance
- Input:
- Prefix via BMP, BGP only has 1 best
- controller does best selection
- sFLOW, IPFIX, traffic info
- SNMP, interface info
- Output, via BGP update by using higher local_pref
- servers set DSCP
- PBR on PRs, 1 DSCP - 1 route (table?)
- PR ISIS-SR/MPLS to ASW
- eBPF - extended berkley packet filter
- change pkt egress this server
to be continued.....
No comments:
Post a Comment