Compare commits

..

No commits in common. "135fff96ede82453b1523abbf392a13922f5bad8" and "94c2a9841ca9f54004f9d325c643b170ba13f616" have entirely different histories.

2 changed files with 5 additions and 2 deletions

View File

@ -172,6 +172,7 @@ set policy-options policy-statement to-Cogent term reject then reject
set policy-options policy-statement to-CrownCastle term advertise-CrownCastle-v4 from family inet
set policy-options policy-statement to-CrownCastle term advertise-CrownCastle-v4 from prefix-list-filter SCSD_nets exact
set policy-options policy-statement to-CrownCastle term advertise-CrownCastle-v4 then accept
deactivate policy-options policy-statement to-CrownCastle term advertise-CrownCastle-v4
set policy-options policy-statement to-CrownCastle term reject then reject
set policy-options policy-statement to-NYSERNet term NYSERNet-v4 from family inet
set policy-options policy-statement to-NYSERNet term NYSERNet-v4 from prefix-list-filter SCSD_nets exact

View File

@ -140,12 +140,12 @@ set policy-options prefix-list Trusted-SSH-MX104 192.168.168.1/32
set policy-options policy-statement EXPORT-TO-MX104-A term next_hop_self then next-hop self
set policy-options policy-statement EXPORT-TO-MX104-A term next_hop_self then accept
set policy-options policy-statement from-Cogent term set-Cogent-local-preference-v4 from family inet
set policy-options policy-statement from-Cogent term set-Cogent-local-preference-v4 then local-preference 190
set policy-options policy-statement from-Cogent term set-Cogent-local-preference-v4 then local-preference 270
set policy-options policy-statement from-Cogent term set-Cogent-local-preference-v4 then accept
set policy-options policy-statement from-Cogent term reject then reject
set policy-options policy-statement from-Cogent term set-Cogent-local-Cogent-v4 then accept
set policy-options policy-statement from-CrownCastle term set-CrownCastle-local-preference-v4 from family inet
set policy-options policy-statement from-CrownCastle term set-CrownCastle-local-preference-v4 then local-preference 251
set policy-options policy-statement from-CrownCastle term set-CrownCastle-local-preference-v4 then local-preference 190
set policy-options policy-statement from-CrownCastle term set-CrownCastle-local-preference-v4 then accept
set policy-options policy-statement from-CrownCastle term reject then reject
set policy-options policy-statement from-NYSERNet term set-NYSERNet-local-preference-v4 from family inet
@ -155,12 +155,14 @@ set policy-options policy-statement from-NYSERNet term reject then reject
set policy-options policy-statement to-Cogent term prepend-Cogent-v4 from family inet
set policy-options policy-statement to-Cogent term prepend-Cogent-v4 from prefix-list-filter SCSD_nets exact
set policy-options policy-statement to-Cogent term prepend-Cogent-v4 then community add cogent_localpref_10
deactivate policy-options policy-statement to-Cogent term prepend-Cogent-v4 then community add cogent_localpref_10
set policy-options policy-statement to-Cogent term prepend-Cogent-v4 then accept
set policy-options policy-statement to-Cogent term reject then reject
set policy-options policy-statement to-CrownCastle term advertise-CrownCastle-v4 from family inet
set policy-options policy-statement to-CrownCastle term advertise-CrownCastle-v4 from prefix-list-filter SCSD_nets exact
set policy-options policy-statement to-CrownCastle term advertise-CrownCastle-v4 then community add crown_localpref_160
set policy-options policy-statement to-CrownCastle term advertise-CrownCastle-v4 then accept
deactivate policy-options policy-statement to-CrownCastle term advertise-CrownCastle-v4
set policy-options policy-statement to-CrownCastle term reject then reject
set policy-options policy-statement to-NYSERNet term NYSERNet-v4 from family inet
set policy-options policy-statement to-NYSERNet term NYSERNet-v4 from prefix-list-filter SCSD_nets exact