[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Mon Oct 23 19:05:00 CDT 2017


Index: configs/hub.dun.onenet.net
===================================================================
--- configs/hub.dun.onenet.net	(revision 158173)
+++ configs/hub.dun.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at DUNCAN-M120-RE0> show system commit 
+#   2017-10-23 18:45:33 CDT by andrew via cli commit synchronize
 #   2017-10-23 18:14:29 CDT by andrew via cli commit synchronize
 #   2017-09-26 18:22:09 CDT by andrew via cli commit synchronize
 #   2017-09-25 23:01:04 CDT by andrew via cli commit synchronize
 #   2017-09-24 13:58:53 CDT by andrew via cli commit synchronize
 #   2017-09-08 13:42:55 CDT by sean via cli commit synchronize
-#   2017-09-08 13:38:36 CDT by sean via cli commit synchronize
 # grnoc-mon at DUNCAN-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -373,7 +373,7 @@
 # grnoc-mon at DUNCAN-M120-RE0> show system uptime 
 # System booted: 2016-03-15 01:19 CDT 
 # Protocols started: 2016-03-15 01:24 CDT 
-# Last configured: 2017-10-23 18:14 CDT  by andrew
+# Last configured: 2017-10-23 18:45 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at DUNCAN-M120-RE0> show interface terse 
@@ -411,8 +411,7 @@
 #t1-2/0/2:22 down down
 #t1-2/0/2:23 down down
 #t1-2/0/2:24 down down
-#t1-2/0/2:25 up up
-#t1-2/0/2:25.0 up up
+#t1-2/0/2:25 down up
 #t1-2/0/2:26 down down
 #t1-2/0/2:27 down down
 #t1-2/0/2:28 down down
@@ -504,7 +503,6 @@
 #lo0.16384 up up
 #lo0.16385 up up
 #lsi up up
-#lsi.0 up up
 #lsi.1 up up
 #mtun up up
 #pimd up up
@@ -512,7 +510,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at DUNCAN-M120-RE0> show configuration 
-## Last commit: 2017-10-23 18:14:29 CDT by andrew
+## Last commit: 2017-10-23 18:45:33 CDT by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -924,18 +922,7 @@
         disable;
     }
     t1-2/0/2:25 {
-        description "ODMHSAS-TALIAFERRO-MHC-DUNCAN-T1-CIR0006116 [DECOM]";
-        encapsulation cisco-hdlc;
-        unit 0 {
-            family inet {
-                rpf-check;
-                sampling {
-                    input;
-                    output;
-                }
-                address 10.119.20.112/31;
-            }
-        }
+        disable;
     }
     t1-2/0/2:26 {
         disable;
@@ -1440,37 +1427,6 @@
     prefix-list PRE-BGP-RI-ALLOW {
         apply-path "routing-instances <*> protocols bgp group <*> neighbor <*>";
     }
-    policy-statement EBGP-ODMHSAS-L3VPN-EXPORT {
-        term DEFAULT {
-            from {
-                route-filter 0.0.0.0/0 exact;
-            }
-            then accept;
-        }
-        term ONENET-MGMT {
-            from {
-                route-filter 10.119.255.0/24 orlonger;
-            }
-            then accept;
-        }
-        term REJECT-ALL-ELSE {
-            then reject;
-        }
-    }
-    policy-statement EBGP-ODMHSAS-L3VPN-IMPORT {
-        term REJECT-DEFAULT {
-            from {
-                route-filter 0.0.0.0/0 exact;
-            }
-            then reject;
-        }
-        term IMPORT {
-            then accept;
-        }
-        term REJECT-ALL-ELSE {
-            then reject;
-        }
-    }
     policy-statement IBGP-CORE-RR-V4-EXPORT {
         term UPSTREAM-AGGREGATES {
             from {
@@ -1628,41 +1584,6 @@
             load-balance per-packet;
         }
     }
-    policy-statement ODMHSAS-VRF-EXPORT {
-        term 1 {
-            from protocol static;
-            then {
-                community add ODMHSAS-VPN;
-                accept;
-            }
-        }
-        term 2 {
-            from protocol direct;
-            then {
-                community add ODMHSAS-VPN;
-                accept;
-            }
-        }
-        term 3 {
-            from protocol bgp;
-            then {
-                community add ODMHSAS-VPN;
-                accept;
-            }
-        }
-    }
-    policy-statement ODMHSAS-VRF-IMPORT {
-        term 1 {
-            from {
-                protocol bgp;
-                community ODMHSAS-VPN;
-            }
-            then accept;
-        }
-        term 2 {
-            then reject;
-        }
-    }
     policy-statement REDISTRIBUTE-DIRECTS {
         term 1 {
             from protocol direct;
@@ -1743,7 +1664,6 @@
     community Miami members 5078:138;
     community Midwest-City members 5078:2;
     community Muskogee members 5078:94;
-    community ODMHSAS-VPN members target:5078:2559;
     community ONENET_ADV_UPSTREAM members 5078:5000;
     community ONENET_BLACKHOLE members 5078:911;
     community ONENET_LO0 members 5078:9018;
@@ -2145,41 +2065,6 @@
     }
 }
 routing-instances {
-    ODMHSAS-L3VPN {
-        description ODMHSAS-L3VPN;
-        instance-type vrf;
-        interface t1-2/0/2:25.0;
-        route-distinguisher 164.58.199.18:2559;
-        vrf-import ODMHSAS-VRF-IMPORT;
-        vrf-export ODMHSAS-VRF-EXPORT;
-        vrf-target target:5078:2559;
-        vrf-table-label;
-        protocols {
-            bgp {
-                group EBGP-ODMHSAS {
-                    type external;
-                    import EBGP-ODMHSAS-L3VPN-IMPORT;
-                    family inet {
-                        unicast {
-                            loops 2;
-                        }
-                    }
-                    export EBGP-ODMHSAS-L3VPN-EXPORT;
-                    peer-as 64577;
-                    local-as 64575 loops 2 no-prepend-global-as;
-                    bfd-liveness-detection {
-                        minimum-interval 2000;
-                        multiplier 3;
-                    }
-                    as-override;
-                    neighbor 10.119.20.113 {
-                        description "EBGP-ODMHSAS-TALIAFERRO-MHC-DUNCAN-T1-CIR0006116 [DECOM]";
-#                        authentication-#key <removed>;
-                    }
-                }
-            }
-        }
-    }
     TAGNET-L3VPN {
         description TAGNET-L3VPN;
         instance-type vrf;
@@ -2216,10 +2101,9 @@
 # grnoc-mon at DUNCAN-M120-RE0> show bfd session 
                                                   Detect   Transmit
 Address                  State     Interface      Time     Interval  Multiplier
-10.119.20.113            Up        t1-2/0/2:25.0  6.000     2.000        3   
 164.58.244.125           Up        ge-3/2/3.0     1.200     0.400        3   
 
-2 sessions, 2 clients
-Cumulative transmit rate 3.0 pps, cumulative receive rate 3.0 pps
+1 sessions, 1 clients
+Cumulative transmit rate 2.5 pps, cumulative receive rate 2.5 pps
 
 {master}
Index: configs/odmhsas-tmhc-duncan.client.onenet.net
===================================================================
--- configs/odmhsas-tmhc-duncan.client.onenet.net	(revision 158156)
+++ configs/odmhsas-tmhc-duncan.client.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ODMHSAS-TALIAFERRO-MHC-DUNCAN-SRX220> show system commit 
+#   2017-10-23 18:42:24 CDT by andrew via cli commit confirmed, rollback in 3mins
+#   2017-10-23 18:22:25 CDT by andrew via cli
 #   2017-10-23 10:44:56 CDT by sean via cli
 #   2017-10-23 10:43:28 CDT by sean via cli
 #   2016-04-29 15:08:04 CDT by admin via cli
 #   2016-03-15 14:13:35 CDT by admin via cli
-#   2015-04-21 19:15:07 CDT by admin via cli commit confirmed, rollback in 3mins
-#   2015-04-12 21:52:11 CDT by admin via cli commit confirmed, rollback in 3mins
 # grnoc-mon at ODMHSAS-TALIAFERRO-MHC-DUNCAN-SRX220> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  Routing Engine                 OK        
@@ -114,11 +114,12 @@
 # grnoc-mon at ODMHSAS-TALIAFERRO-MHC-DUNCAN-SRX220> show system uptime 
 # System booted: 2016-05-23 19:49 CDT 
 # Protocols started: 2016-05-23 19:51 CDT 
-# Last configured: 2017-10-23 10:44 CDT  by sean
+# Last configured: 2017-10-23 18:42 CDT  by andrew
 # 
 # grnoc-mon at ODMHSAS-TALIAFERRO-MHC-DUNCAN-SRX220> show interface terse 
 #Interface Admin Link
 #ge-0/0/0 up up
+#ge-0/0/0.0 up up
 #gr-0/0/0 up up
 #ip-0/0/0 up up
 #lsq-0/0/0 up up
@@ -138,8 +139,7 @@
 #ge-0/0/6.0 up down
 #ge-0/0/7 up up
 #ge-0/0/7.0 up up
-#t1-1/0/0 up up
-#t1-1/0/0.0 up up
+#t1-1/0/0 down up
 #fxp2 up up
 #fxp2.0 up up
 #gre up up
@@ -172,7 +172,7 @@
 #vlan.90 up up
 #vlan.99 up up
 # grnoc-mon at ODMHSAS-TALIAFERRO-MHC-DUNCAN-SRX220> show configuration 
-## Last commit: 2017-10-23 10:44:56 CDT by sean
+## Last commit: 2017-10-23 18:42:24 CDT by andrew
 version 12.1X46-D20.5;
 system {
     host-name ODMHSAS-TALIAFERRO-MHC-DUNCAN-SRX220;
@@ -288,11 +288,17 @@
 }
 interfaces {
     ge-0/0/0 {
+        description "WIRED WAN";
         speed 100m;
         link-mode full-duplex;
         gigether-options {
             no-auto-negotiation;
         }
+        unit 0 {
+            family inet {
+                address 10.119.20.113/31;
+            }
+        }
     }
     ge-0/0/1 {
         description "WIRELESS WAN";
@@ -348,17 +354,11 @@
         }
     }
     t1-1/0/0 {
-        description "WIRED WAN";
-        encapsulation cisco-hdlc;
-        t1-options {
-            remote-loopback-respond;
-        }
-        unit 0 {
-            family inet {
-                address 10.119.20.113/31;
-            }
-        }
+        disable;
     }
+    t1-2/0/0 {
+        disable;
+    }
     lo0 {
         unit 0 {
             family inet {
@@ -459,23 +459,6 @@
 }
 protocols {
     bgp {
-        group EBGP-ONENET-L3VPN {
-            type external;
-            import EBGP-ONENET-L3VPN-IMPORT;
-            family inet {
-                unicast;
-            }
-            export EBGP-ONENET-L3VPN-EXPORT;
-            peer-as 64575;
-            bfd-liveness-detection {
-                minimum-interval 2000;
-                multiplier 3;
-            }
-            neighbor 10.119.20.112 {
-                description "BGP to OneNet Hubsite";
-#                authentication-#key <removed>;
-            }
-        }
         group EBGP-ODMHSAS-VPN {
             type external;
             import EBGP-ODMHSAS-VPN-IMPORT;
@@ -493,6 +476,23 @@
 #                authentication-#key <removed>;
             }
         }
+        group EBGP-ONENET-L3VPN {
+            type external;
+            family inet {
+                unicast;
+            }
+            neighbor 10.119.20.112 {
+                description "BGP to OneNet Hubsite";
+                import EBGP-ONENET-L3VPN-IMPORT;
+#                authentication-#key <removed>;
+                export EBGP-ONENET-L3VPN-EXPORT;
+                peer-as 5078;
+                bfd-liveness-detection {
+                    minimum-interval 2000;
+                    multiplier 3;
+                }
+            }
+        }
     }
     lldp {
         interface all;
@@ -749,10 +749,10 @@
                 }
             }
             interfaces {
-                t1-1/0/0.0;
                 lo0.0;
                 st0.1;
                 st0.2;
+                ge-0/0/0.0;
             }
         }
         security-zone GUEST {
@@ -947,7 +947,7 @@
 # grnoc-mon at ODMHSAS-TALIAFERRO-MHC-DUNCAN-SRX220> show bfd session 
                                                   Detect   Transmit
 Address                  State     Interface      Time     Interval  Multiplier
-10.119.20.112            Up        t1-1/0/0.0     6.000     2.000        3   
+10.119.20.112            Up        ge-0/0/0.0     6.000     2.000        3   
 
 1 sessions, 1 clients
 Cumulative transmit rate 0.5 pps, cumulative receive rate 0.5 pps
Index: configs/lavern-public-schools.client.onenet.net
===================================================================
--- configs/lavern-public-schools.client.onenet.net	(revision 158165)
+++ configs/lavern-public-schools.client.onenet.net	(working copy)
@@ -113,7 +113,7 @@
 # 
 # grnoc-mon at LAVERN-PUBLIC-SCHOOLS-TAG-004351> show interface terse 
 #Interface Admin Link
-#ge-0/0/0 down down
+#ge-0/0/0 down up
 #gr-0/0/0 up up
 #ip-0/0/0 up up
 #lsq-0/0/0 up up
Index: configs/odot-stillwater-residence.client.onenet.net
===================================================================
--- configs/odot-stillwater-residence.client.onenet.net	(revision 158150)
+++ configs/odot-stillwater-residence.client.onenet.net	(working copy)
@@ -136,8 +136,8 @@
 #ge-0/0/2.0 up down
 #ge-0/0/3 up up
 #ge-0/0/3.0 up up
-#ge-0/0/4 up down
-#ge-0/0/4.0 up down
+#ge-0/0/4 up up
+#ge-0/0/4.0 up up
 #ge-0/0/5 up down
 #ge-0/0/5.0 up down
 #ge-0/0/6 up up
Index: configs/core5.okc.onenet.net
===================================================================
--- configs/core5.okc.onenet.net	(revision 158170)
+++ configs/core5.okc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE5-MX480-RE0> show system commit 
+#   2017-10-23 18:42:31 CDT by andrew via cli commit synchronize
+#   2017-10-23 18:35:33 CDT by andrew via cli commit synchronize
+#   2017-10-23 18:28:37 CDT by andrew via cli commit synchronize
 #   2017-10-23 15:23:48 CDT by sky via cli commit synchronize
 #   2017-10-23 12:58:52 CDT by sean via cli commit synchronize
 #   2017-10-23 12:50:07 CDT by sean via cli commit synchronize
-#   2017-10-23 12:48:08 CDT by sean via cli commit synchronize
-#   2017-10-23 12:44:52 CDT by sean via cli commit synchronize
-#   2017-10-23 12:26:19 CDT by sean via cli commit synchronize
 # grnoc-mon at OKC-CORE5-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -561,7 +561,7 @@
 # grnoc-mon at OKC-CORE5-MX480-RE0> show system uptime 
 # System booted: 2016-10-12 08:16 CDT 
 # Protocols started: 2016-10-12 08:18 CDT 
-# Last configured: 2017-10-23 15:23 CDT  by sky
+# Last configured: 2017-10-23 18:42 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at OKC-CORE5-MX480-RE0> show interface terse 
@@ -1463,7 +1463,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE5-MX480-RE0> show configuration 
-## Last commit: 2017-10-23 15:23:48 CDT by sky
+## Last commit: 2017-10-23 18:42:31 CDT by andrew
 version 13.3R9.13;
 groups {
     re0 {
@@ -7725,7 +7725,6 @@
                     input;
                     output;
                 }
-                address 156.110.48.101/30;
                 address 10.119.78.104/31;
             }
         }
@@ -8089,9 +8088,20 @@
             }
         }
         unit 696 {
+            description ODMHSAS-TALIAFERRO-MHC-DUNCAN-2M-CIR0020178;
+            bandwidth 2m;
             vlan-id 696;
             family inet {
-                address 156.110.48.101/30;
+                mtu 1500;
+                policer {
+                    input 2M-POL;
+                    output 2M-POL;
+                }
+                sampling {
+                    input;
+                    output;
+                }
+                address 10.119.20.112/31;
             }
         }
         unit 705 {
@@ -15414,6 +15424,9 @@
             unit 629 {
                 shaping-rate 2m;
             }
+            unit 637 {
+                shaping-rate 2m;
+            }
             unit 650 {
                 shaping-rate 2m;
             }
@@ -15423,6 +15436,9 @@
             unit 674 {
                 shaping-rate 2m;
             }
+            unit 696 {
+                shaping-rate 2m;
+            }
             unit 1560 {
                 shaping-rate 2m;
             }
@@ -22600,6 +22616,7 @@
         interface xe-1/1/0.623;
         interface xe-1/1/0.637;
         interface xe-1/1/0.650;
+        interface xe-1/1/0.696;
         interface xe-3/1/1.2559;
         route-distinguisher 164.58.199.215:2559;
         vrf-import ODMHSAS-VRF-IMPORT;
@@ -22666,6 +22683,17 @@
                             multiplier 3;
                         }
                     }
+                    neighbor 10.119.20.113 {
+                        description EBGP-ODMHSAS-TALIAFERRO-MHC-DUNCAN-2M-CIR0020178;
+                        import EBGP-ODMHSAS-L3VPN-IMPORT;
+#                        authentication-#key <removed>;
+                        export EBGP-ODMHSAS-L3VPN-EXPORT;
+                        peer-as 64577;
+                        bfd-liveness-detection {
+                            minimum-interval 2000;
+                            multiplier 3;
+                        }
+                    }
                 }
                 group EBGP-ONENET-DC {
                     type external;
@@ -23750,6 +23778,7 @@
                                                   Detect   Transmit
 Address                  State     Interface      Time     Interval  Multiplier
 10.119.20.109            Up        xe-1/1/0.650   6.000     2.000        3   
+10.119.20.113            Up        xe-1/1/0.696   6.000     2.000        3   
 10.119.20.117            Up        xe-1/1/0.623   6.000     2.000        3   
 10.119.20.125            Up        xe-1/0/0.621   6.000     2.000        3   
 10.119.20.127            Up        xe-1/0/0.622   6.000     2.000        3   
@@ -23760,7 +23789,7 @@
 164.58.244.147           Up        xe-2/1/1.500   1.200     0.400        3   
 164.58.244.219           Up        xe-3/1/1.42    1.200     0.400        3   
 
-10 sessions, 10 clients
-Cumulative transmit rate 15.0 pps, cumulative receive rate 15.0 pps
+11 sessions, 11 clients
+Cumulative transmit rate 15.5 pps, cumulative receive rate 15.5 pps
 
 {master}



More information about the Nocrancid mailing list