[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Fri Jul 21 12:04:43 CDT 2017


Index: configs/maysville-es.client.onenet.net
===================================================================
--- configs/maysville-es.client.onenet.net	(revision 155100)
+++ configs/maysville-es.client.onenet.net	(working copy)
@@ -624,7 +624,6 @@
 # OSPF instance is not running
 # 
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show bfd session 
-quit
 
 0 sessions, 0 clients
 Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
Index: configs/odot-pauls-valley-regmaint.client.onenet.net
===================================================================
--- configs/odot-pauls-valley-regmaint.client.onenet.net	(revision 155100)
+++ configs/odot-pauls-valley-regmaint.client.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ODOT-PAULS-VALLEY-REGMAINT-SRX220> show system commit 
+#   2017-07-21 11:14:44 CDT by andrew via cli commit confirmed, rollback in 5mins
 #   2017-07-21 10:41:04 CDT by andrew via cli
 #   2016-12-30 20:44:05 CST by andrew via cli
 #   2016-12-30 20:42:28 CST by andrew via cli commit confirmed, rollback in 3mins
 #   2016-12-30 17:43:38 CST by andrew via cli
 #   2016-12-28 08:40:20 CST by andrew via cli
-#   2016-12-27 18:20:41 CST by andrew via cli
 # grnoc-mon at ODOT-PAULS-VALLEY-REGMAINT-SRX220> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  Routing Engine                 OK        
@@ -114,12 +114,14 @@
 # grnoc-mon at ODOT-PAULS-VALLEY-REGMAINT-SRX220> show system uptime 
 # System booted: 2017-07-02 18:54 CDT 
 # Protocols started: 2017-07-02 18:56 CDT 
-# Last configured: 2017-07-21 10:41 CDT  by andrew
+# Last configured: 2017-07-21 11:14 CDT  by andrew
 # 
 # grnoc-mon at ODOT-PAULS-VALLEY-REGMAINT-SRX220> show interface terse 
 #Interface Admin Link
 #ge-0/0/0 up up
-#ge-0/0/0.0 up up
+#ge-0/0/0.500 up up
+#ge-0/0/0.501 up up
+#ge-0/0/0.32767 up up
 #gr-0/0/0 up up
 #ip-0/0/0 up up
 #lsq-0/0/0 up up
@@ -142,9 +144,7 @@
 #ge-0/0/6.0 up up
 #ge-0/0/7 up up
 #ge-0/0/7.0 up up
-#t1-1/0/0 up up
-#t1-1/0/0.16 up up
-#t1-1/0/0.17 up up
+#t1-1/0/0 down up
 #fxp2 up up
 #fxp2.0 up up
 #gre up up
@@ -169,7 +169,7 @@
 #vlan.500 up up
 #vlan.501 up up
 # grnoc-mon at ODOT-PAULS-VALLEY-REGMAINT-SRX220> show configuration 
-## Last commit: 2017-07-21 10:41:04 CDT by andrew
+## Last commit: 2017-07-21 11:14:44 CDT by andrew
 version 12.1X46-D20.5;
 system {
     host-name ODOT-PAULS-VALLEY-REGMAINT-SRX220;
@@ -292,11 +292,27 @@
 }
 interfaces {
     ge-0/0/0 {
-        unit 0 {
+        description "Link to OneNet";
+        vlan-tagging;
+        speed 100m;
+        link-mode full-duplex;
+        gigether-options {
+            no-auto-negotiation;
+        }
+        unit 500 {
+            description "DATACOMM-MGMT to OneNet";
+            vlan-id 500;
             family inet {
-                address 10.250.25.2/30;
+                address 10.119.80.91/31;
             }
         }
+        unit 501 {
+            description "AGENCY-DATA to OneNet";
+            vlan-id 501;
+            family inet {
+                address 10.119.88.91/31;
+            }
+        }
     }
     ge-0/0/1 {
         unit 0 {
@@ -370,25 +386,7 @@
         }
     }
     t1-1/0/0 {
-        clocking external;
-        encapsulation frame-relay;
-        t1-options {
-            remote-loopback-respond;
-        }
-        unit 16 {
-            description DATACOMM-MGMT-T1;
-            dlci 16;
-            family inet {
-                address 10.119.80.91/31;
-            }
-        }
-        unit 17 {
-            description AGENCY-DATA-T1;
-            dlci 17;
-            family inet {
-                address 10.119.88.91/31;
-            }
-        }
+        disable;
     }
     lo0 {
         unit 0 {
@@ -515,16 +513,6 @@
     zones {
         security-zone AGENCY-DATA {
             interfaces {
-                t1-1/0/0.17 {
-                    host-inbound-traffic {
-                        system-services {
-                            ping;
-                            traceroute;
-                            ssh;
-                            snmp;
-                        }
-                    }
-                }
                 vlan.501 {
                     host-inbound-traffic {
                         system-services {
@@ -546,11 +534,7 @@
                         }
                     }
                 }
-            }
-        }
-        security-zone DATACOMM-MGMT {
-            interfaces {
-                t1-1/0/0.16 {
+                ge-0/0/0.501 {
                     host-inbound-traffic {
                         system-services {
                             ping;
@@ -560,6 +544,10 @@
                         }
                     }
                 }
+            }
+        }
+        security-zone DATACOMM-MGMT {
+            interfaces {
                 vlan.500 {
                     host-inbound-traffic {
                         system-services {
@@ -572,13 +560,13 @@
                         }
                     }
                 }
-                ge-0/0/0.0 {
+                ge-0/0/0.500 {
                     host-inbound-traffic {
                         system-services {
                             ping;
                             traceroute;
-                            snmp;
                             ssh;
+                            snmp;
                         }
                     }
                 }
@@ -669,7 +657,7 @@
                 }
             }
         }
-        interface t1-1/0/0.17;
+        interface ge-0/0/0.501;
         interface vlan.3;
         interface vlan.501;
         routing-options {
Index: configs/hub.ada.onenet.net
===================================================================
--- configs/hub.ada.onenet.net	(revision 155100)
+++ configs/hub.ada.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ADA-M120-RE0> show system commit 
+#   2017-07-21 11:15:06 CDT by andrew via cli commit synchronize
 #   2017-07-21 10:57:38 CDT by andrew via cli commit synchronize
 #   2017-04-24 16:44:38 CDT by sky via cli commit synchronize
 #   2017-04-24 16:32:23 CDT by sky via cli commit synchronize
 #   2017-04-24 16:14:02 CDT by sky via cli commit synchronize
 #   2017-01-29 02:13:46 CST by andrew via cli commit synchronize
-#   2017-01-18 15:32:39 CST by sean via cli commit synchronize
 # grnoc-mon at ADA-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -373,7 +373,7 @@
 # grnoc-mon at ADA-M120-RE0> show system uptime 
 # System booted: 2016-03-17 00:48 CDT 
 # Protocols started: 2016-03-17 01:00 CDT 
-# Last configured: 2017-07-21 10:57 CDT  by andrew
+# Last configured: 2017-07-21 11:15 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at ADA-M120-RE0> show interface terse 
@@ -425,9 +425,7 @@
 #t1-2/0/2:20 down down
 #t1-2/0/2:21 down down
 #t1-2/0/2:22 down down
-#t1-2/0/2:23 up up
-#t1-2/0/2:23.16 up up
-#t1-2/0/2:23.17 up up
+#t1-2/0/2:23 down up
 #t1-2/0/2:24 up up
 #t1-2/0/2:24.0 up up
 #t1-2/0/2:25 down down
@@ -502,7 +500,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at ADA-M120-RE0> show configuration 
-## Last commit: 2017-07-21 10:57:38 CDT by andrew
+## Last commit: 2017-07-21 11:15:06 CDT by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -1053,21 +1051,7 @@
         disable;
     }
     t1-2/0/2:23 {
-        description "ODOT-PAULS-VALLEY-REGMAINT-T1-CIR0004354 [DECOM]";
-        dce;
-        encapsulation frame-relay;
-        unit 16 {
-            dlci 16;
-            family inet {
-                address 10.119.80.90/31;
-            }
-        }
-        unit 17 {
-            dlci 17;
-            family inet {
-                address 10.119.88.90/31;
-            }
-        }
+        disable;
     }
     t1-2/0/2:24 {
         description Ada-Public-Library-T1-CIR0000096;
@@ -2229,7 +2213,6 @@
         description OMES-AGENCY-DATA-L3VPN;
         instance-type vrf;
         interface t1-2/0/2:8.17;
-        interface t1-2/0/2:23.17;
         route-distinguisher 164.58.199.22:2548;
         vrf-import OMES-AGENCY-DATA-VRF-IMPORT;
         vrf-export OMES-AGENCY-DATA-VRF-EXPORT;
@@ -2238,9 +2221,7 @@
         routing-options {
             static {
                 route 172.25.159.0/24 next-hop 10.119.88.117;
-                route 172.25.138.0/24 next-hop 10.119.88.91;
                 route 10.119.24.240/31 next-hop 10.119.88.117;
-                route 10.119.24.244/31 next-hop 10.119.88.91;
             }
         }
     }
@@ -2251,7 +2232,6 @@
         interface t1-2/0/2:10.16;
         interface t1-2/0/2:11.16;
         interface t1-2/0/2:12.16;
-        interface t1-2/0/2:23.16;
         route-distinguisher 164.58.199.22:2550;
         vrf-import OMES-MGMT-VRF-IMPORT;
         vrf-export OMES-MGMT-VRF-EXPORT;
@@ -2260,7 +2240,6 @@
         routing-options {
             static {
                 route 10.119.40.240/31 next-hop 10.119.80.117;
-                route 10.119.40.244/31 next-hop 10.119.80.91;
             }
         }
     }
Index: configs/oja-cojc-tecumseh-srx240.client.onenet.net
===================================================================
--- configs/oja-cojc-tecumseh-srx240.client.onenet.net	(revision 155061)
+++ configs/oja-cojc-tecumseh-srx240.client.onenet.net	(working copy)
@@ -173,7 +173,7 @@
 #ppd0 up up
 #ppe0 up up
 #st0 up up
-#st0.1 up up
+#st0.1 up down
 #tap up up
 #vlan up up
 #vlan.999 up down
Index: configs/lavern-public-schools.client.onenet.net
===================================================================
--- configs/lavern-public-schools.client.onenet.net	(revision 155096)
+++ configs/lavern-public-schools.client.onenet.net	(working copy)
@@ -112,7 +112,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/core5.okc.onenet.net
===================================================================
--- configs/core5.okc.onenet.net	(revision 155100)
+++ 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-07-21 11:19:16 CDT by andrew via cli commit synchronize
+#   2017-07-21 11:15:02 CDT by andrew via cli commit synchronize
 #   2017-07-21 10:47:49 CDT by andrew via cli commit synchronize
 #   2017-07-21 10:47:01 CDT by andrew via cli commit synchronize
 #   2017-07-21 10:41:24 CDT by andrew via cli commit synchronize
 #   2017-07-20 10:24:36 CDT by andrew via cli commit synchronize
-#   2017-07-20 09:33:57 CDT by andrew via cli commit synchronize
-#   2017-07-19 12:52:11 CDT by andrew via cli commit synchronize
 # grnoc-mon at OKC-CORE5-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -562,7 +562,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-07-21 10:47 CDT  by andrew
+# Last configured: 2017-07-21 11:19 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at OKC-CORE5-MX480-RE0> show interface terse 
@@ -933,6 +933,7 @@
 #xe-1/1/0.938 up up
 #xe-1/1/0.1560 up up
 #xe-1/1/0.1576 up up
+#xe-1/1/0.1598 up up
 #xe-1/1/0.1938 up up
 #xe-1/1/0.2560 up up
 #xe-1/1/0.2938 up up
@@ -1324,7 +1325,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE5-MX480-RE0> show configuration 
-## Last commit: 2017-07-21 10:47:49 CDT by andrew
+## Last commit: 2017-07-21 11:19:16 CDT by andrew
 version 13.3R9.13;
 groups {
     re0 {
@@ -6617,9 +6618,15 @@
             }
         }
         unit 598 {
-            vlan-id 598;
+            description ODOT-PAULS-VALLEY-REGMAINT-MGMT-2M-CIR0020027;
+            vlan-tags outer 598 inner 500;
             family inet {
-                address 10.250.25.1/30;
+                mtu 1500;
+                policer {
+                    input 2M-POL;
+                    output 2M-POL;
+                }
+                address 10.119.80.90/31;
             }
         }
         unit 677 {
@@ -6769,6 +6776,18 @@
                 address 10.199.28.4/31;
             }
         }
+        unit 1598 {
+            description ODOT-PAULS-VALLEY-REGMAINT-AGENCY-DATA-2M-CIR0020027;
+            vlan-tags outer 598 inner 501;
+            family inet {
+                mtu 1500;
+                policer {
+                    input 2M-POL;
+                    output 2M-POL;
+                }
+                address 10.119.88.90/31;
+            }
+        }
         unit 1938 {
             description DHS-ATOKA-N-GREATHOUSE-DATA-20M-CIR0020252;
             bandwidth 20m;
@@ -19727,6 +19746,7 @@
         description OMES-AGENCY-DATA-L3VPN;
         instance-type vrf;
         interface xe-1/0/0.1568;
+        interface xe-1/1/0.1598;
         interface ge-1/2/7.504;
         interface ge-1/3/8.501;
         interface ge-1/3/8.504;
@@ -19747,6 +19767,8 @@
                 route 10.119.24.154/31 next-hop 10.119.88.65;
                 route 172.25.174.0/27 next-hop 10.119.24.11;
                 route 10.119.24.234/31 next-hop 10.119.24.11;
+                route 172.25.138.0/24 next-hop 10.119.88.91;
+                route 10.119.24.244/31 next-hop 10.119.88.91;
             }
             autonomous-system 64569 loops 3;
         }
@@ -19894,6 +19916,7 @@
         interface xe-1/0/0.1007;
         interface xe-1/0/0.1008;
         interface xe-1/1/0.560;
+        interface xe-1/1/0.598;
         interface xe-1/1/0.938;
         interface ge-1/2/7.503;
         interface ge-1/3/8.500;
@@ -19947,6 +19970,7 @@
                 route 172.30.101.162/31 next-hop 10.119.72.159;
                 route 172.30.101.244/31 next-hop 10.119.72.159;
                 route 10.119.79.4/31 next-hop 10.119.78.117;
+                route 10.119.40.244/31 next-hop 10.119.80.91;
             }
             autonomous-system 64569 loops 3;
         }
Index: configs/core3.tul-m120.onenet.net
===================================================================
--- configs/core3.tul-m120.onenet.net	(revision 155071)
+++ configs/core3.tul-m120.onenet.net	(working copy)
@@ -477,7 +477,7 @@
 #ct3-3/0/0 up up
 #pfh-3/0/0 up up
 #pfh-3/0/0.16383 up up
-#t1-3/0/0:1 down down
+#t1-3/0/0:1 down up
 #t1-3/0/0:2 down down
 #t1-3/0/0:3 down down
 #t1-3/0/0:4 down down
Index: configs/core1.sti-mx960.onenet.net
===================================================================
--- configs/core1.sti-mx960.onenet.net	(revision 155094)
+++ configs/core1.sti-mx960.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at STILLWATER-MX960-RE0> show system commit 
+#   2017-07-21 11:24:30 CDT by sky via cli commit synchronize
 #   2017-07-21 05:52:32 CDT by andrew via cli commit synchronize
 #   2017-07-20 22:30:12 CDT by andrew via cli commit synchronize
 #   2017-07-10 17:38:00 CDT by andrew via cli commit synchronize
 #   2017-07-08 21:25:20 CDT by andrew via cli commit synchronize
 #   2017-06-15 23:16:41 CDT by andrew via cli commit synchronize
-#   2017-06-15 23:10:31 CDT by andrew via cli commit synchronize
 # grnoc-mon at STILLWATER-MX960-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -621,7 +621,7 @@
 # grnoc-mon at STILLWATER-MX960-RE0> show system uptime 
 # System booted: 2016-03-20 01:59 CDT 
 # Protocols started: 2016-03-20 02:02 CDT 
-# Last configured: 2017-07-21 05:52 CDT  by andrew
+# Last configured: 2017-07-21 11:24 CDT  by sky
 # 
 # {master}
 # grnoc-mon at STILLWATER-MX960-RE0> show interface terse 
@@ -810,6 +810,9 @@
 #xe-4/0/0.42 up up
 #xe-4/0/0.32767 up up
 #xe-4/0/1 up down
+#xe-4/0/1.80 up down
+#xe-4/0/1.810 up down
+#xe-4/0/1.32767 up down
 #xe-4/0/2 up down
 #xe-4/0/3 up down
 #et-4/1/0 up up
@@ -891,7 +894,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at STILLWATER-MX960-RE0> show configuration 
-## Last commit: 2017-07-21 05:52:32 CDT by andrew
+## Last commit: 2017-07-21 11:24:30 CDT by sky
 version 13.3R8.7;
 groups {
     re0 {
@@ -1851,6 +1854,34 @@
             family mpls;
         }
     }
+    xe-4/0/1 {
+        description "STILLWATER-PS-DARK-FIBER-CIR0020470 [ORDERED]";
+        flexible-vlan-tagging;
+        mtu 9192;
+        encapsulation flexible-ethernet-services;
+        unit 80 {
+            description "STILLWATER-PS-NID-MGMT-CIR0020470 [ORDERED]";
+            vlan-id 80;
+            family inet {
+                mtu 1500;
+                address 10.199.208.154/31;
+            }
+        }
+        unit 810 {
+            description "STILLWATER-PS-2G-CIR0020470 [ORDERED]";
+            vlan-id 810;
+            family inet {
+                mtu 1500;
+                policer {
+                    input 2G-POL;
+                    output 2G-POL;
+                }
+                sampling {
+                    input;
+                }
+            }
+        }
+    }
     et-4/1/0 {
         description "CORE 100GE to core2.tul et-3/3/0 | OneNet-TUL-STI-ET-19867";
         flexible-vlan-tagging;
@@ -3702,6 +3733,14 @@
         }
         then discard;
     }
+    policer 2G-POL {
+        logical-interface-policer;
+        if-exceeding {
+            bandwidth-limit 2g;
+            burst-size-limit 400m;
+        }
+        then discard;
+    }
 }
 routing-instances {
     OFFN-MGMT-L3VPN {
@@ -3780,6 +3819,7 @@
         interface ge-0/2/7.80;
         interface ge-0/3/0.80;
         interface ge-0/3/4.80;
+        interface xe-4/0/1.80;
         route-distinguisher 164.58.199.232:2543;
         vrf-import ONENET-MGMT-VRF-IMPORT;
         vrf-export ONENET-MGMT-VRF-EXPORT;



More information about the Nocrancid mailing list