[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Sat Sep 14 16:00:57 CDT 2013


Index: core.ada.onenet.net
===================================================================
--- core.ada.onenet.net	(revision 78305)
+++ core.ada.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ADA-MX480-RE0> show system commit 
+#   2013-09-14 15:47:37 CDT by joel via cli commit synchronize
+#   2013-09-14 15:46:12 CDT by joel via cli commit synchronize
+#   2013-09-14 15:23:18 CDT by joel via cli commit synchronize
 #   2013-09-03 14:32:45 CDT by joel via cli commit synchronize
 #   2013-08-29 14:21:27 CDT by jeremyt via cli commit synchronize
 #   2013-08-29 14:10:07 CDT by jeremyt via cli commit synchronize
-#   2013-08-29 13:20:06 CDT by jeremyt via cli commit synchronize
-#   2013-08-28 14:37:03 CDT by joel via cli commit synchronize
-#   2013-08-26 11:42:46 CDT by joe via cli commit synchronize
 # grnoc-mon at ADA-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -245,7 +245,7 @@
 # grnoc-mon at ADA-MX480-RE0> show system uptime 
 # System booted: 2013-05-26 04:19 CDT 
 # Protocols started: 2013-05-26 04:22 CDT 
-# Last configured: 2013-09-03 14:32 CDT  by joel
+# Last configured: 2013-09-14 15:47 CDT  by joel
 # 
 # {master}
 # grnoc-mon at ADA-MX480-RE0> show interface terse 
@@ -300,7 +300,8 @@
 #ge-0/3/6 up down
 #ge-0/3/7 up down
 #ge-0/3/8 up down
-#ge-0/3/9 up down
+#ge-0/3/9 up up
+#ge-0/3/9.0 up up
 #cbp0 up up
 #demux0 up up
 #dsc up up
@@ -325,7 +326,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at ADA-MX480-RE0> show configuration 
-## Last commit: 2013-09-03 14:32:45 CDT by joel
+## Last commit: 2013-09-14 15:47:37 CDT by joel
 version 11.4R7.5;
 groups {
     re0 {
@@ -635,21 +636,56 @@
     }
     ge-0/3/4 {
         description "Hub Appliance [NO-MONITOR]";
+        speed 100m;
+        link-mode full-duplex;
+        gigether-options {
+            no-auto-negotiation;
+        }
     }
     ge-0/3/5 {
         description "Hub Appliance - Camera #2 [NO-MONITOR]";
+        speed 100m;
+        link-mode full-duplex;
+        gigether-options {
+            no-auto-negotiation;
+        }
     }
     ge-0/3/6 {
         description "Hub Appliance - Camera #1 [NO-MONITOR]";
+        speed 100m;
+        link-mode full-duplex;
+        gigether-options {
+            no-auto-negotiation;
+        }
     }
     ge-0/3/7 {
         description "Hub Appliance - UPS System [NO-MONITOR]";
+        speed 100m;
+        link-mode full-duplex;
+        gigether-options {
+            no-auto-negotiation;
+        }
     }
     ge-0/3/8 {
         description "Hub Appliance - DC Power Plant [NO-MONITOR]";
+        speed 100m;
+        link-mode full-duplex;
+        gigether-options {
+            no-auto-negotiation;
+        }
     }
     ge-0/3/9 {
         description "Hub Appliance - NetGuardian Alarm [NO-MONITOR]";
+        speed 100m;
+        link-mode full-duplex;
+        gigether-options {
+            no-auto-negotiation;
+        }
+        unit 0 {
+            family inet {
+                address 10.10.124.9/29;
+            }
+        }
     }
     fxp0 {
         disable;
@@ -870,6 +906,44 @@
             load-balance per-packet;
         }
     }
+    policy-statement ONENET-PoP-APPLIANCES-EXPORT {
+        term 1 {
+            from protocol direct;
+            then {
+                community add ONENET-PoP-APPLIANCES;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol static;
+            then {
+                community add ONENET-PoP-APPLIANCES;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol bgp;
+            then {
+                community add ONENET-PoP-APPLIANCES;
+                accept;
+            }
+        }
+        term REJECT {
+            then reject;
+        }
+    }
+    policy-statement ONENET-PoP-APPLIANCES-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community ONENET-PoP-APPLIANCES;
+            }
+            then accept;
+        }
+        term REJECT {
+            then reject;
+        }
+    }
     policy-statement REDISTRIBUTE-DIRECTS {
         term 1 {
             from protocol direct;
@@ -912,6 +986,7 @@
     community Miami members 5078:138;
     community Midwest-City members 5078:2;
     community Muskogee members 5078:94;
+    community ONENET-PoP-APPLIANCES members target:5078:2012;
     community OSUOKC members 5078:50;
     community Okmulgee members 5078:110;
     community Ponca-City members 5078:186;
@@ -1161,6 +1236,27 @@
         }
     }
 }
+routing-instances {
+    ONENET-PoP-APPLIANCES-L3VPN {
+        description ONENET-PoP-APPLIANCES-L3VPN;
+        instance-type vrf;
+        interface ge-0/3/4.0; ## 'ge-0/3/4.0' is not defined
+        interface ge-0/3/5.0; ## 'ge-0/3/5.0' is not defined
+        interface ge-0/3/6.0; ## 'ge-0/3/6.0' is not defined
+        interface ge-0/3/7.0; ## 'ge-0/3/7.0' is not defined
+        interface ge-0/3/8.0; ## 'ge-0/3/8.0' is not defined
+        interface ge-0/3/9.0;
+        route-distinguisher 164.58.199.22:2012;
+        vrf-import ONENET-PoP-APPLIANCES-IMPORT;
+        vrf-export ONENET-PoP-APPLIANCES-EXPORT;
+        vrf-target target:5078:2012;
+        routing-options {
+            static {
+                route 10.10.124.10/32 next-hop 10.10.124.10;
+            }
+        }
+    }
+}
 services {
     flow-monitoring {
         version-ipfix {

Index: core.law.onenet.net
===================================================================
--- core.law.onenet.net	(revision 79414)
+++ core.law.onenet.net	(working copy)
@@ -462,7 +462,7 @@
 #lo0.16385 up up
 #lsi up up
 #lsi.1049600 up up
-#lsi.1049636 up up
+#lsi.1049637 up up
 #mtun up up
 #pimd up up
 #pime up up

Index: core4.okc.onenet.net
===================================================================
--- core4.okc.onenet.net	(revision 79575)
+++ 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-09-14 15:47:42 CDT by joel via cli commit synchronize
+#   2013-09-14 15:46:10 CDT by joel via cli commit synchronize
 #   2013-09-13 16:10:14 CDT by jeremyt via cli commit synchronize
 #   2013-09-13 14:41:24 CDT by joel via cli commit synchronize
 #   2013-09-13 13:27:20 CDT by jeremyt via cli commit synchronize
 #   2013-09-13 12:59:35 CDT by jeremyt via cli commit synchronize
-#   2013-09-13 12:52:08 CDT by jeremyt via cli commit synchronize
-#   2013-09-13 12:51:22 CDT by joel via cli commit synchronize
 # grnoc-mon at OKC-CORE4-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -352,7 +352,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-09-13 16:10 CDT  by jeremyt
+# Last configured: 2013-09-14 15:47 CDT  by joel
 # 
 # grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse 
 #Interface Admin Link
@@ -562,7 +562,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE4-MX480-RE0> show configuration 
-## Last commit: 2013-09-13 16:10:14 CDT by jeremyt
+## Last commit: 2013-09-14 15:47:42 CDT by joel
 version 11.4R7.5;
 groups {
     re0 {

Index: hub.chi.onenet.net
===================================================================
--- hub.chi.onenet.net	(revision 79676)
+++ hub.chi.onenet.net	(working copy)
@@ -281,7 +281,7 @@
 #t3-2/0/1.0 up up
 #ct3-2/0/2 up up
 #t1-2/0/2:1 up down
-#t1-2/0/2:2 down up
+#t1-2/0/2:2 down down
 #t1-2/0/2:3 up down
 #t1-2/0/2:4 up up
 #t1-2/0/2:4.0 up up

Index: core3.okc-m120.onenet.net
===================================================================
--- core3.okc-m120.onenet.net	(revision 79677)
+++ core3.okc-m120.onenet.net	(working copy)
@@ -1046,7 +1046,7 @@
 #t1-3/3/0:2:6 up down
 #t1-3/3/0:2:7 up up
 #t1-3/3/0:2:7.0 up up
-#t1-3/3/0:2:8 down down
+#t1-3/3/0:2:8 down up
 #t1-3/3/0:2:8.0 up down
 #t1-3/3/0:2:9 up down
 #t1-3/3/0:2:10 up down



More information about the Nocrancid mailing list