[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Fri Dec 20 11:01:11 CST 2013


Index: core.hut.cli.onenet.net
===================================================================
--- core.hut.cli.onenet.net	(revision 94769)
+++ core.hut.cli.onenet.net	(working copy)
@@ -250,8 +250,8 @@
 #ge-1/1/7.0 up down
 #ge-1/1/8 up up
 #ge-1/1/8.0 up up
-#ge-1/1/9 up up
-#ge-1/1/9.0 up up
+#ge-1/1/9 up down
+#ge-1/1/9.0 up down
 #cbp0 up up
 #demux0 up up
 #dsc up up

Index: core4.okc.onenet.net
===================================================================
--- core4.okc.onenet.net	(revision 94897)
+++ core4.okc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE4-MX480-RE0> show system commit 
+#   2013-12-20 10:48:55 CST by joe via cli commit synchronize
 #   2013-12-20 09:44:17 CST by josh via cli commit synchronize
 #   2013-12-19 15:02:47 CST by josh via cli commit synchronize
 #   2013-12-17 15:08:26 CST by josh via cli commit synchronize
 #   2013-12-16 13:08:43 CST by donnie via cli commit synchronize
 #   2013-12-16 13:04:11 CST by donnie via cli commit synchronize
-#   2013-12-16 12:51:34 CST by jeremyt via cli commit confirmed, rollback in 5mins synchronize
 # grnoc-mon at OKC-CORE4-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -391,7 +391,7 @@
 # grnoc-mon at OKC-CORE4-MX480-RE0> show system uptime 
 # System booted: 2013-04-14 01:08 CDT 
 # Protocols started: 2013-04-14 01:10 CDT 
-# Last configured: 2013-12-20 09:44 CST  by josh
+# Last configured: 2013-12-20 10:48 CST  by joe
 # 
 # grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse 
 #Interface Admin Link
@@ -624,7 +624,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE4-MX480-RE0> show configuration 
-## Last commit: 2013-12-20 09:44:17 CST by josh
+## Last commit: 2013-12-20 10:48:55 CST by joe
 version 11.4R7.5;
 groups {
     re0 {
@@ -1645,7 +1645,7 @@
         flexible-vlan-tagging;
         encapsulation flexible-ethernet-services;
         unit 2523 {
-            description "Czech Hall L2 to L3 Link";
+            description "Czech Hall L2 to L3 Link | CIR0005296";
             encapsulation vlan-vpls;
             vlan-id-range 100-600;
             family vpls;

Index: core5.okc.onenet.net
===================================================================
--- core5.okc.onenet.net	(revision 94893)
+++ core5.okc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE5-MX480-RE0> show system commit 
+#   2013-12-20 10:12:16 CST by josh via cli commit synchronize
 #   2013-12-20 09:44:32 CST by josh via cli commit synchronize
 #   2013-12-17 15:08:04 CST by josh via cli commit synchronize
 #   2013-12-16 16:31:29 CST by josh via cli commit synchronize
 #   2013-12-16 16:13:16 CST by josh via cli commit synchronize
 #   2013-12-03 10:55:58 CST by jeremyt via cli commit synchronize
-#   2013-12-03 10:49:29 CST by rnordmark via cli commit confirmed, rollback in 5mins synchronize
 # grnoc-mon at OKC-CORE5-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -393,7 +393,7 @@
 # grnoc-mon at OKC-CORE5-MX480-RE0> show system uptime 
 # System booted: 2013-04-14 00:44 CDT 
 # Protocols started: 2013-04-14 00:45 CDT 
-# Last configured: 2013-12-20 09:44 CST  by josh
+# Last configured: 2013-12-20 10:12 CST  by josh
 # 
 # {master}
 # grnoc-mon at OKC-CORE5-MX480-RE0> show interface terse 
@@ -566,7 +566,7 @@
 #lo0.16384 up up
 #lo0.16385 up up
 #lsi up up
-#lsi.1050369 up up
+#lsi.1051651 up up
 #lsi.1383946 up up
 #lsi.1496838 up up
 #lsi.2010116 up up
@@ -577,7 +577,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE5-MX480-RE0> show configuration 
-## Last commit: 2013-12-20 09:44:32 CST by josh
+## Last commit: 2013-12-20 10:12:16 CST by josh
 version 11.4R7.5;
 groups {
     re0 {
@@ -1281,6 +1281,10 @@
         link-mode full-duplex;
         unit 0 {
             family inet {
+                policer {
+                    input 15M-POL;
+                    output 15M-POL;
+                }
                 address 164.58.17.201/29;
             }
         }
@@ -2366,6 +2370,14 @@
         }
         then discard;
     }
+    policer 15M-POL {
+        logical-interface-policer;
+        if-exceeding {
+            bandwidth-limit 15m;
+            burst-size-limit 300k;
+        }
+        then discard;
+    }
     filter ONENET-COS {
         interface-specific;
         inactive: term wireless {

Index: core.wil.onenet.net
===================================================================
--- core.wil.onenet.net	(revision 91894)
+++ core.wil.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at WILBURTON-MX480-RE0> show system commit 
+#   2013-12-20 10:48:30 CST by joel via cli commit synchronize
 #   2013-11-15 12:24:16 CST by josh via cli commit synchronize
 #   2013-11-15 12:21:54 CST by josh via cli commit synchronize
 #   2013-11-15 12:16:48 CST by josh via cli commit synchronize
 #   2013-11-13 12:11:08 CST by joel via cli commit synchronize
 #   2013-11-11 15:27:04 CST by rnordmark via cli commit synchronize
-#   2013-11-01 11:38:44 CDT by joel via cli commit synchronize
 # grnoc-mon at WILBURTON-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -246,7 +246,7 @@
 # grnoc-mon at WILBURTON-MX480-RE0> show system uptime 
 # System booted: 2013-07-30 17:16 CDT 
 # Protocols started: 2013-07-30 17:18 CDT 
-# Last configured: 2013-11-15 12:24 CST  by josh
+# Last configured: 2013-12-20 10:48 CST  by joel
 # 
 # {master}
 # grnoc-mon at WILBURTON-MX480-RE0> show interface terse 
@@ -321,7 +321,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at WILBURTON-MX480-RE0> show configuration 
-## Last commit: 2013-11-15 12:24:16 CST by josh
+## Last commit: 2013-12-20 10:48:30 CST by joel
 version 11.4R7.5;
 groups {
     re0 {
@@ -541,7 +541,7 @@
         }
     }
     ge-0/2/2 {
-        description "SEPLS-Talihina-Public-Library-10Mb-CIR0005285-RICI [NO-MONITOR]";
+        description SEPLS-Talihina-Public-Library-10Mb-CIR0005285-RICI;
         speed 100m;
         mtu 9192;
         link-mode full-duplex;
@@ -573,7 +573,7 @@
         disable;
     }
     ge-0/3/0 {
-        description "SEPLS-Latimer-County-Public-Library-10Mb-CIR0005260-RICI [NO-MONITOR]";
+        description SEPLS-Latimer-County-Public-Library-10Mb-CIR0005260-RICI;
         mtu 9192;
         unit 0 {
             family inet {

Index: core5.tul.onenet.net
===================================================================
--- core5.tul.onenet.net	(revision 94895)
+++ core5.tul.onenet.net	(working copy)
@@ -560,7 +560,7 @@
 #lsi up up
 #lsi.1120772 up up
 #lsi.1938692 up up
-#lsi.2027009 up up
+#lsi.2028291 up up
 #mtun up up
 #pimd up up
 #pime up up

Index: hub.chi.onenet.net
===================================================================
--- hub.chi.onenet.net	(revision 94889)
+++ hub.chi.onenet.net	(working copy)
@@ -309,7 +309,7 @@
 #t1-2/0/2:21 down down
 #t1-2/0/2:22 down down
 #t1-2/0/2:23 down down
-#t1-2/0/2:24 down up
+#t1-2/0/2:24 down down
 #t1-2/0/2:25 down up
 #t1-2/0/2:26 down down
 #t1-2/0/2:27 down down



More information about the Nocrancid mailing list