[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Mon Feb 6 16:00:54 CST 2012


Index: core1.lan-mx480.onenet.net
===================================================================
--- core1.lan-mx480.onenet.net	(revision 25386)
+++ core1.lan-mx480.onenet.net	(working copy)
@@ -1,6 +1,7 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at LANGSTON-MX480-RE0> show system commit 
+#   2012-02-06 15:42:26 CST by joe via cli commit synchronize
 #   2012-01-20 15:32:33 CST by admin via netconf commit synchronize
 #   2011-12-22 23:33:01 CST by joe via synchronize
 #   2011-12-22 23:23:30 CST by root via other
@@ -8,7 +9,6 @@
 #   2011-12-22 23:23:04 CST by root via other
 #   2011-12-22 23:09:22 CST by root via other
 #     Synchronization with remote Routing Engine
-#   2011-12-22 22:56:01 CST by joe via cli commit synchronize
 # grnoc-mon at LANGSTON-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -317,7 +317,7 @@
 # grnoc-mon at LANGSTON-MX480-RE0> show system uptime 
 # System booted: 2012-01-05 16:23 CST 
 # Protocols started: 2012-01-05 16:25 CST 
-# Last configured: 2012-01-20 15:32 CST  by admin
+# Last configured: 2012-02-06 15:42 CST  by joe
 # 
 # {master}
 # grnoc-mon at LANGSTON-MX480-RE0> show interface terse 
@@ -346,7 +346,8 @@
 #ge-0/2/9 up down
 #ge-0/3/0 up up
 #ge-0/3/0.0 up up
-#ge-0/3/1 up down
+#ge-0/3/1 down down
+#ge-0/3/1.0 up down
 #ge-0/3/2 up down
 #ge-0/3/3 up down
 #ge-0/3/4 up down
@@ -389,7 +390,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at LANGSTON-MX480-RE0> show configuration 
-## Last commit: 2012-01-20 15:32:33 CST by admin
+## Last commit: 2012-02-06 15:42:26 CST by joe
 version 10.4R6.5;
 groups {
     re0 {
@@ -584,6 +585,16 @@
             }
         }
     }
+    ge-0/3/1 {
+        description Langston-Radio_Mgt;
+        disable;
+        speed 100m;
+        unit 0 {
+            family inet {
+                address 156.110.78.137/30;
+            }
+        }
+    }
     xe-1/0/0 {
         disable;
         vlan-tagging;

Index: core4.tul-mx480.onenet.net
===================================================================
--- core4.tul-mx480.onenet.net	(revision 25955)
+++ core4.tul-mx480.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show system commit 
+#   2012-02-06 15:57:18 CST by bobby via cli commit synchronize
 #   2012-01-30 13:08:17 CST by jed via cli commit synchronize
 #   2012-01-30 13:04:28 CST by jed via cli commit synchronize
 #   2012-01-30 13:02:07 CST by jed via cli commit confirmed, rollback in 5mins synchronize
 #   2012-01-28 18:28:31 CST by jed via cli commit synchronize
 #   2012-01-28 18:27:30 CST by jed via cli commit synchronize
-#   2012-01-28 18:22:28 CST by jed via cli commit synchronize
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -326,7 +326,7 @@
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show system uptime 
 # System booted: 2011-11-30 00:15 CST 
 # Protocols started: 2011-11-30 00:19 CST 
-# Last configured: 2012-01-30 13:08 CST  by jed
+# Last configured: 2012-02-06 15:57 CST  by bobby
 # 
 # {master}
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show interface terse 
@@ -434,7 +434,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at TULSA-CORE4-MX480-RE0> show configuration 
-## Last commit: 2012-01-30 13:08:17 CST by jed
+## Last commit: 2012-02-06 15:57:18 CST by bobby
 version 10.4R6.5;
 groups {
     re0 {
@@ -1296,6 +1296,15 @@
                 peer-as 11317;
             }
         }
+        group EBGP-WISCNET-V4 {
+            import [ EBGP-REJECT-IMPORT EBGP-WISCNET-V4-IMPORT ];
+#            authentication-key <removed>;
+            export EBGP-WISCNET-V4-EXPORT;
+            neighbor 216.56.50.37 {
+                remove-private;
+                peer-as 2381;
+            }
+        }
     }
     ospf {
         reference-bandwidth 100g;
@@ -1758,6 +1767,27 @@
             then reject;
         }
     }
+    policy-statement EBGP-WISCNET-V4-EXPORT {
+        term STEP-1 {
+            from policy COMMODITY-PREFIXES-LIST;
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement EBGP-WISCNET-V4-IMPORT {
+        term 1 {
+            then {
+                community set 5078:2381;
+                as-path-prepend "2381 2381 2381 2381";
+                accept;
+            }
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
     policy-statement ESNET-VIA-GPN-EXPORT {
         term STEP-1 {
             from policy COMMODITY-PREFIXES-LIST;
@@ -2026,6 +2056,7 @@
     community 5078:11537 members 5078:11537;
     community 5078:174 members 5078:174;
     community 5078:19401 members 5078:19401;
+    community 5078:2381 members 5078:2381;
     community 5078:293 members 5078:293;
     community 5078:40581 members 5078:40581;
     community Ada members 5078:22;
@@ -2090,6 +2121,7 @@
     as-path 19401 19401;
     as-path 21357 21357;
     as-path 209 209;
+    as-path 2381 2381;
 }
 class-of-service {
     classifiers {

Index: hub.mca.onenet.net
===================================================================
--- hub.mca.onenet.net	(revision 26394)
+++ hub.mca.onenet.net	(working copy)
@@ -322,7 +322,7 @@
 #t1-2/0/2:10.0 up up
 #t1-2/0/2:11 up up
 #t1-2/0/2:11.0 up up
-#t1-2/0/2:12 up up
+#t1-2/0/2:12 up down
 #t1-2/0/2:12.0 up down
 #t1-2/0/2:13 up up
 #t1-2/0/2:13.0 up up

Index: hub.say.onenet.net
===================================================================
--- hub.say.onenet.net	(revision 26396)
+++ hub.say.onenet.net	(working copy)
@@ -303,7 +303,7 @@
 #t3-2/0/1 down down
 #t3-2/0/1.0 up down
 #ct3-2/0/2 up up
-#t1-2/0/2:1 up up
+#t1-2/0/2:1 up down
 #t1-2/0/2:1.0 up down
 #t1-2/0/2:2 up up
 #t1-2/0/2:2.0 up up

Index: core3.okc-m120.onenet.net
===================================================================
--- core3.okc-m120.onenet.net	(revision 26393)
+++ core3.okc-m120.onenet.net	(working copy)
@@ -611,8 +611,8 @@
 #t1-2/3/0:4:10.0 up up
 #t1-2/3/0:4:11 up down
 #t1-2/3/0:4:12 up down
-#t1-2/3/0:4:13 up down
-#t1-2/3/0:4:13.0 up down
+#t1-2/3/0:4:13 up up
+#t1-2/3/0:4:13.0 up up
 #t1-2/3/0:4:14 up up
 #t1-2/3/0:4:14.0 up up
 #t1-2/3/0:4:15 up up


More information about the Nocrancid mailing list