[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Mon Jul 10 16:04:35 CDT 2017


Index: configs/core8.tul.onenet.net
===================================================================
--- configs/core8.tul.onenet.net	(revision 154806)
+++ configs/core8.tul.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at TULSA-CORE8-MX480-RE0> show system commit 
-#   2017-07-10 14:33:20 CDT by andrew via cli commit synchronize
-#   2017-07-10 14:31:22 CDT by andrew via cli commit synchronize
-#   2017-07-10 09:56:38 CDT by jed via cli commit synchronize
-#   2017-07-10 09:01:54 CDT by rnordmark via cli commit synchronize
-#   2017-07-10 08:58:46 CDT by rnordmark via cli commit synchronize
-#   2017-07-08 21:29:28 CDT by andrew via cli commit synchronize
+#   2017-07-10 15:43:32 CDT by andrew via cli commit synchronize
+#   2017-07-10 15:42:21 CDT by andrew via cli commit synchronize
+#   2017-07-10 15:36:40 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
+#   2017-07-10 15:32:26 CDT by andrew via cli commit synchronize
+#   2017-07-10 15:25:53 CDT by andrew via cli commit synchronize
+#   2017-07-10 15:19:00 CDT by andrew via cli commit synchronize
 # grnoc-mon at TULSA-CORE8-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -424,7 +424,7 @@
 # grnoc-mon at TULSA-CORE8-MX480-RE0> show system uptime 
 # System booted: 2016-03-20 01:06 CDT 
 # Protocols started: 2016-03-20 01:08 CDT 
-# Last configured: 2017-07-10 14:33 CDT  by andrew
+# Last configured: 2017-07-10 15:43 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at TULSA-CORE8-MX480-RE0> show interface terse 
@@ -450,6 +450,7 @@
 #pd-0/1/10 up up
 #pe-0/1/10 up up
 #pe-0/1/10.32769 up down
+#pe-0/1/10.32770 up down
 #ud-0/1/10 up up
 #ut-0/1/10 up up
 #vt-0/1/10 up up
@@ -525,7 +526,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at TULSA-CORE8-MX480-RE0> show configuration 
-## Last commit: 2017-07-10 14:33:20 CDT by andrew
+## Last commit: 2017-07-10 15:43:32 CDT by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1883,6 +1884,46 @@
                 }
             }
         }
+        group EBGP-I2-RE-V4 {
+            type external;
+            accept-remote-nexthop;
+            family inet {
+                any;
+            }
+            neighbor 198.71.46.44 {
+                description "EBGP-I2-RE-CIR000XXXX [NO-MONITOR]";
+                ttl 255;
+                import EBGP-I2-RE-V4-IMPORT;
+#                authentication-#key <removed>;
+                export EBGP-I2-RE-V4-EXPORT;
+                remove-private all;
+                peer-as 11537;
+                bfd-liveness-detection {
+                    minimum-interval 1000;
+                    multiplier 3;
+                }
+            }
+        }
+        group EBGP-I2-RE-V6 {
+            type external;
+            accept-remote-nexthop;
+            family inet6 {
+                any;
+            }
+            neighbor 2001:468:ff:180::1 {
+                description "EBGP-I2-RE-CIR000XXXX [NO-MONITOR]";
+                ttl 255;
+                import EBGP-I2-RE-V6-IMPORT;
+#                authentication-#key <removed>;
+                export EBGP-I2-RE-V6-EXPORT;
+                remove-private all;
+                peer-as 11537;
+                bfd-liveness-detection {
+                    minimum-interval 1000;
+                    multiplier 3;
+                }
+            }
+        }
     }
     isis {
         apply-groups ISIS-L2-INTERFACE;
@@ -1904,8 +1945,9 @@
         group ABILENE {
             export ABILENE-MSDP-FILTER;
             import ABILENE-MSDP-FILTER;
-            local-address 164.58.245.245;
+            local-address 198.71.46.45;
             peer 164.58.245.246;
+            peer 198.71.46.44;
         }
     }
     ospf {
@@ -1966,6 +2008,11 @@
                         224.0.0.0/4;
                     }
                 }
+                address 198.71.46.45 {
+                    group-ranges {
+                        224.0.0.0/4;
+                    }
+                }
             }
         }
         interface et-0/3/0.101 {
@@ -1980,6 +2027,10 @@
             mode sparse;
             version 2;
         }
+        interface et-0/3/0.302 {
+            mode sparse;
+            version 2;
+        }
     }
     l2circuit {
         neighbor 164.58.199.230 {
@@ -2206,6 +2257,9 @@
         156.110.240.0/20;
         164.58.0.0/16;
     }
+    prefix-list PRE-MSDP-SOURCES {
+        apply-path "protocols msdp group <*> peer <*>";
+    }
     policy-statement ABILENE-MSDP-FILTER {
         term BAD-GROUPS {
             from {
@@ -2382,6 +2436,162 @@
             then reject;
         }
     }
+    policy-statement EBGP-I2-RE-V4-EXPORT {
+        term REJECT-DEFAULT {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then reject;
+        }
+        term REJECT-BOGONS {
+            from {
+                prefix-list-filter BOGONS-V4-PREFIXES orlonger;
+            }
+            then reject;
+        }
+        term REJECT-25-ORLONGER {
+            from {
+                route-filter 0.0.0.0/0 prefix-length-range /25-/32;
+            }
+            then reject;
+        }
+        term REJECT-NO-ADVERTISE-COMMUNITY {
+            from community ONENET_E_NO_ADVERTISE;
+            then reject;
+        }
+        term REJECT-NO-COMMODITY-COMMUNITY {
+            from community ONENET_E_NO_COMMODITY;
+            then reject;
+        }
+        term SEND-BLACKHOLE {
+            from community on_blackhole;
+            then {
+                community add 11537:53666;
+                accept;
+            }
+        }
+        term SEND-UPSTREAM-COMMUNITY {
+            from community ONENET_ADV_UPSTREAM;
+            then accept;
+        }
+        term EXPORT-INTERNAL {
+            from policy COMMODITY-PREFIXES-LIST;
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement EBGP-I2-RE-V4-IMPORT {
+        term REJECT-DEFAULT {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then reject;
+        }
+        term REJECT-BOGONS {
+            from {
+                prefix-list-filter BOGONS-V4-PREFIXES orlonger;
+            }
+            then reject;
+        }
+        term CHECK-BLACKHOLE-LENGTH {
+            from {
+                community ONENET_BLACKHOLE;
+                route-filter 0.0.0.0/0 prefix-length-range /32-/32;
+            }
+            then next term;
+        }
+        term ACCEPT-BLACKHOLE {
+            from community ONENET_BLACKHOLE;
+            then {
+                community set ONENET_BLACKHOLE;
+                community add ONENET_SRC_COMMODITY;
+                next-hop 192.0.2.1;
+                accept;
+            }
+        }
+        term REJECT-25-ORLONGER {
+            from {
+                route-filter 0.0.0.0/0 prefix-length-range /25-/32;
+            }
+            then reject;
+        }
+        term DELETE-PROHIBITED-COMMUNITIES {
+            then {
+                community delete ONENET_ENGINEERING;
+                next term;
+            }
+        }
+        term MICROSOFT-PREPEND {
+            from community microsoft-prepend;
+            then {
+                local-preference 99;
+                community add ONENET_SRC_COMMODITY;
+                next-hop peer-address;
+                accept;
+            }
+        }
+        term ACCEPT-ROUTES {
+            then {
+                local-preference 104;
+                community add ONENET_SRC_COMMODITY;
+                next-hop peer-address;
+                accept;
+            }
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement EBGP-I2-RE-V6-EXPORT {
+        term SEND-BLACKHOLE {
+            from community on_blackhole;
+            then {
+                community add 11537:53666;
+                accept;
+            }
+        }
+        term SEND-UPSTREAM-COMMUNITY {
+            from community ONENET_ADV_UPSTREAM;
+            then accept;
+        }
+        term EXPORT-INTERNAL {
+            from policy COMMODITY-PREFIXES-LIST-V6;
+            then accept;
+        }
+        term ONENET-FACEBOOK-CACHES {
+            from {
+                route-filter 2610:1d8:2301::/64 exact;
+            }
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement EBGP-I2-RE-V6-IMPORT {
+        term MICROSOFT-PREPEND {
+            from community microsoft-prepend;
+            then {
+                local-preference 99;
+                community add ONENET_SRC_COMMODITY;
+                next-hop peer-address;
+                accept;
+            }
+        }
+        term ACCEPT-ROUTES {
+            then {
+                local-preference 104;
+                community add ONENET_SRC_COMMODITY;
+                next-hop peer-address;
+                accept;
+            }
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
     policy-statement EBGP-I2-TRCPS-V4-EXPORT {
         term REJECT-DEFAULT {
             from {
@@ -3892,6 +4102,16 @@
                 }
                 then accept;
             }
+            term MSDP-ALLOW {
+                from {
+                    source-prefix-list {
+                        PRE-MSDP-SOURCES;
+                    }
+                    protocol tcp;
+                    port msdp;
+                }
+                then accept;
+            }
             term BFD-ALLOW {
                 from {
                     source-prefix-list {
@@ -4036,11 +4256,13 @@
 164.58.244.44            Up        et-0/1/0.42    1.200     0.400        3   
 164.58.244.46            Up        et-1/0/0.42    1.200     0.400        3   
 164.58.245.246           Up        et-0/3/0.101   1.500     0.500        3   
+198.71.46.44             Up        et-0/3/0.302   3.000     1.000        3   
 198.71.47.80             Up        et-0/3/0.301   3.000     1.000        3   
 2001:468:fb:11::1        Up        et-0/3/0.306   3.000     1.000        3   
+2001:468:ff:180::1       Up        et-0/3/0.302   3.000     1.000        3   
 2001:468:f000:2702::1    Up        et-0/3/0.301   3.000     1.000        3   
 
-8 sessions, 10 clients
-Cumulative transmit rate 13.0 pps, cumulative receive rate 13.0 pps
+10 sessions, 12 clients
+Cumulative transmit rate 15.0 pps, cumulative receive rate 15.0 pps
 
 {master}
Index: configs/odot-chandler-regmaint.client.onenet.net
===================================================================
--- configs/odot-chandler-regmaint.client.onenet.net	(revision 154796)
+++ configs/odot-chandler-regmaint.client.onenet.net	(working copy)
@@ -128,8 +128,8 @@
 #sp-0/0/0 up up
 #sp-0/0/0.0 up up
 #sp-0/0/0.16383 up up
-#ge-0/0/1 up up
-#ge-0/0/1.0 up up
+#ge-0/0/1 up down
+#ge-0/0/1.0 up down
 #ge-0/0/2 up down
 #ge-0/0/2.0 up down
 #ge-0/0/3 up down
Index: configs/core.tah.onenet.net
===================================================================
--- configs/core.tah.onenet.net	(revision 154713)
+++ configs/core.tah.onenet.net	(working copy)
@@ -26,16 +26,6 @@
 #       TFEB 0 TBB PFE Chip            OK        
 #       TFEB 0 TFEB PCIE TSen          OK        
 #       TFEB 0 TFEB PCIE Chip          OK        
-#       TFEB 0 QX 0 TSen               OK        
-#       TFEB 0 QX 0 Chip               OK        
-#       TFEB 0 LU 0 TSen               OK        
-#       TFEB 0 LU 0 Chip               OK        
-#       TFEB 0 MQ 0 TSen               OK        
-#       TFEB 0 MQ 0 Chip               OK        
-#       TFEB 0 TBB PFE TSen            OK        
-#       TFEB 0 TBB PFE Chip            OK        
-#       TFEB 0 TFEB PCIE TSen          OK        
-#       TFEB 0 TFEB PCIE Chip          OK        
 # Fans  Fan 1                          OK
 #       Fan 2                          OK
 #       Fan 3                          OK
Index: configs/core5.tul.onenet.net
===================================================================
--- configs/core5.tul.onenet.net	(revision 154803)
+++ configs/core5.tul.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at TULSA-CORE5-MX480-RE0> show system commit 
+#   2017-07-10 15:28:40 CDT by aberrios via cli commit synchronize
+#   2017-07-10 15:24:38 CDT by sean via cli commit synchronize
+#   2017-07-10 15:19:44 CDT by sean via cli commit synchronize
 #   2017-07-10 11:26:15 CDT by sean via cli commit synchronize
 #   2017-07-10 11:25:31 CDT by sean via cli commit synchronize
 #   2017-07-10 09:47:22 CDT by aberrios via cli commit synchronize
-#   2017-07-10 08:40:35 CDT by rnordmark via cli commit synchronize
-#   2017-07-07 16:15:23 CDT by andrew via cli commit synchronize
-#   2017-07-06 11:34:04 CDT by aberrios via cli commit synchronize
 # grnoc-mon at TULSA-CORE5-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -502,7 +502,7 @@
 # grnoc-mon at TULSA-CORE5-MX480-RE0> show system uptime 
 # System booted: 2016-08-15 04:47 CDT 
 # Protocols started: 2016-08-15 04:53 CDT 
-# Last configured: 2017-07-10 11:26 CDT  by sean
+# Last configured: 2017-07-10 15:28 CDT  by aberrios
 # 
 # {master}
 # grnoc-mon at TULSA-CORE5-MX480-RE0> show interface terse 
@@ -811,7 +811,6 @@
 #xe-1/1/1.2532 up up
 #xe-1/1/1.2534 up up
 #xe-1/1/1.3218 up up
-#xe-1/1/1.4218 up up
 #xe-1/1/1.32767 up up
 #gr-1/2/0 up up
 #ip-1/2/0 up up
@@ -987,7 +986,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at TULSA-CORE5-MX480-RE0> show configuration 
-## Last commit: 2017-07-10 11:26:15 CDT by sean
+## Last commit: 2017-07-10 15:28:40 CDT by aberrios
 version 13.3R9.13;
 groups {
     re0 {
@@ -1822,6 +1821,7 @@
                 address 164.58.63.21/30 {
                     primary;
                 }
+                address 156.110.47.101/30;
             }
         }
         unit 195 {
@@ -3350,7 +3350,7 @@
             }
         }
         unit 3259 {
-            description LANGSTON-HUGHES-ACADEMY-100M-CIR0019503-MGMT;
+            description LANGSTON-HUGHES-ACADEMY-100M-CIR0020376-MGMT;
             vlan-tags outer 259 inner 80;
             family inet {
                 sampling {
@@ -4041,7 +4041,7 @@
         unit 218 {
             description DPS-TROOP-D-MCALESTER-MPLS-10M-CIR0019633;
             bandwidth 10m;
-            vlan-tags outer 218 inner 500;
+            vlan-id 218;
             family inet {
                 rpf-check;
                 mtu 1500;
@@ -4054,6 +4054,7 @@
                     output;
                 }
                 address 10.119.16.40/31;
+                address 164.58.47.101/30;
             }
         }
         unit 221 {
@@ -5282,12 +5283,6 @@
                 address 10.199.193.65/30;
             }
         }
-        unit 4218 {
-            vlan-id 218;
-            family inet {
-                address 164.58.47.101/30;
-            }
-        }
     }
     xe-1/2/0 {
         description "Tulsa Big Boy Computer [NO-MONITOR]";
Index: configs/opt.sti.onenet.net
===================================================================
--- configs/opt.sti.onenet.net	(revision 154654)
+++ configs/opt.sti.onenet.net	(working copy)
@@ -139,7 +139,6 @@
       <interface name="PCHAN-7-11-RX" abbr_name="PCHAN-7-11-RX" admin_state="up" spanning_tree_metric="" description="" type="PMUX" monitoring_state="monitor"></interface>
       <interface name="PCHAN-7-12-TX" abbr_name="PCHAN-7-12-TX" admin_state="up" spanning_tree_metric="" description="" type="PDMX" monitoring_state="monitor"></interface>
       <interface name="PCHAN-7-12-RX" abbr_name="PCHAN-7-12-RX" admin_state="up" spanning_tree_metric="" description="" type="PMUX" monitoring_state="monitor"></interface>
-      <interface name="PCHAN-7-13-TX" abbr_name="PCHAN-7-13-TX" admin_state="up" spanning_tree_metric="" description="" type="PDMX" monitoring_state="monitor"></interface>
       <interface name="PCHAN-7-13-RX" abbr_name="PCHAN-7-13-RX" admin_state="up" spanning_tree_metric="" description="" type="PMUX" monitoring_state="monitor"></interface>
       <interface name="PCHAN-7-14-TX" abbr_name="PCHAN-7-14-TX" admin_state="up" spanning_tree_metric="" description="" type="PDMX" monitoring_state="monitor"></interface>
       <interface name="PCHAN-7-14-RX" abbr_name="PCHAN-7-14-RX" admin_state="up" spanning_tree_metric="" description="" type="PMUX" monitoring_state="monitor"></interface>
Index: configs/odot-bartlesville-regmaint.client.onenet.net
===================================================================
--- configs/odot-bartlesville-regmaint.client.onenet.net	(revision 154805)
+++ configs/odot-bartlesville-regmaint.client.onenet.net	(working copy)
@@ -136,8 +136,8 @@
 #ge-0/0/3.0 up down
 #ge-0/0/4 up down
 #ge-0/0/4.0 up down
-#ge-0/0/5 up up
-#ge-0/0/5.0 up up
+#ge-0/0/5 up down
+#ge-0/0/5.0 up down
 #ge-0/0/6 up up
 #ge-0/0/6.0 up up
 #ge-0/0/7 up up



More information about the Nocrancid mailing list