Routing Protocols
-
IS-IS adjacency through VXLAN (QFX10002-60C, QFX10002, QFX10008, and QFX10016 )—Starting in Junos OS Release 22.3R1, we support IS-IS for multivendor networks. IS-IS logical link control (LLC) packets that are encapsulated in a VXLAN tunnel now have their VLAN tags removed by default.
If you want the VLAN tags to be preserved and carried through the VXLAN tunnels, use the
set routing-instances routing-instance-name vlans vlan-name vxlan encapsulate-inner-vlan
command.[See encapsulate-inner-vlan.]
-
Fast lookup of origin and neighbor ASs (MX480, MX960, MX10008, PTX1000, PTX10002, PTX10008, PTX10016, QFX10008, and vRR)—Starting in Junos OS Release 22.3R1, you can use the new
asregex-optimize
configuration statement at the[edit policy-options defaults]
hierarchy level to perform a fast lookup of origin and neighbor autonomous systems (ASs). This optimization supports very large AS-Path regular expressions (typically as-path-group configuration) when the objective is to match neighboring ASes, or origin ASes.[See Improve the Performance of AS Path Lookup in BGP Policy.]
-
Strip and replace BGP private-AS path (ACX710, JRR200, MX480, PTX10001, QFX5220, and QFX10003)—In Junos OS Release 22.3R1, we have introduced the
strip-as-path
policy option that removes the incoming autonomous system (AS) path as part of the import policy for a BGP session and replaces the received autonomous system (AS) path with the receiving router's local AS number for the receiving session. Note that the local AS number may be different from the number configured underautonomous system
in the[edit routing-options]
hierarchy.If you need to normalize externally injected routes, you can use this policy option for the incoming autonomous system (AS) path so that it may be used similarly to routes that originate solely within the fabric. The new
strip-as-path
policy option has no impact on the BGP export policy.You can configure the
strip-as-path
option underpolicy-options
then
clause:set policy-options policy-statement do-strip term a then strip-as-path