[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Mon Oct 21 15:01:09 CDT 2013


Index: core1.dc.onenet.net
===================================================================
--- core1.dc.onenet.net	(revision 84130)
+++ core1.dc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at MX480_DC_01_RE0> show system commit 
+#   2013-10-21 14:17:33 CDT by jeremyt via cli commit synchronize
+#   2013-10-21 14:07:13 CDT by jeremyt via cli commit synchronize
 #   2013-10-15 09:23:28 CDT by josh via cli commit synchronize
 #   2013-10-15 09:21:01 CDT by josh via cli commit synchronize
 #   2013-10-15 09:18:04 CDT by josh via cli commit synchronize
 #   2013-10-15 09:17:06 CDT by josh via cli commit synchronize
-#   2013-10-15 08:53:56 CDT by josh via cli commit synchronize
-#   2013-10-15 08:53:15 CDT by josh via cli commit synchronize
 # grnoc-mon at MX480_DC_01_RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -397,7 +397,7 @@
 # grnoc-mon at MX480_DC_01_RE0> show system uptime 
 # System booted: 2013-07-24 05:37 CDT 
 # Protocols started: 2013-07-24 05:39 CDT 
-# Last configured: 2013-10-15 09:23 CDT  by josh
+# Last configured: 2013-10-21 14:17 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at MX480_DC_01_RE0> show interface terse 
@@ -739,7 +739,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at MX480_DC_01_RE0> show configuration 
-## Last commit: 2013-10-15 09:23:28 CDT by josh
+## Last commit: 2013-10-21 14:17:33 CDT by jeremyt
 version 12.3R3.4;
 groups {
     re0 {
@@ -1045,11 +1045,7 @@
     }
     ge-0/3/0 {
         unit 0 {
-            family inet {
-                filter {
-                    output CONTENT-FBF-OUT;
-                }
-            }
+            family inet;
         }
     }
     ge-0/3/1 {
@@ -1076,6 +1072,9 @@
         description "Content Filter Test";
         unit 0 {
             family inet {
+                filter {
+                    input CONTENT-FILTER;
+                }
                 address 164.58.16.165/30;
             }
             family mpls;
@@ -1187,9 +1186,6 @@
         description "Palo Alto Outside";
         unit 0 {
             family inet {
-                filter {
-                    output CONTENT-FBF;
-                }
                 address 156.110.130.93/30;
             }
         }
@@ -3199,59 +3195,41 @@
                 }
             }
         }
-        filter CONTENT-FBF {
-            term 1 {
+        filter CONTENT-FILTER {
+            term HTTP {
                 from {
-                    protocol-except tcp;
+                    protocol tcp;
                     port [ http https ];
                 }
                 then {
-                    next-interface {
-                        ge-1/3/0.0;
-                        routing-instance ONENET-CONTENT-FILTER-L3VPN;
-                    }
+                    routing-instance ONENET-CONTENT-FILTER-L3VPN;
                 }
             }
-            term 2 {
+            term ACCEPT-ALL {
                 then accept;
             }
         }
-        filter CONTENT-FBF-OUT {
-            term 1 {
-                from {
-                    protocol-except tcp;
-                    port [ http https ];
-                }
-                then {
-                    next-interface {
-                        ge-1/3/1.0;
-                    }
-                }
-            }
-            term 2 {
-                then accept;
-            }
-        }
     }
 }
 routing-instances {
     ONENET-CONTENT-FILTER-L3VPN {
         description "Customer Content Filter";
         instance-type vrf;
-        interface ge-0/3/3.0;
         interface ge-1/3/0.0;
         route-distinguisher 164.58.199.194:2530;
         vrf-import ONENET-CONTENT-FILTER-VRF-IMPORT;
         vrf-export ONENET-CONTENT-FILTER-VRF-EXPORT;
         vrf-target target:5078:2530;
+        routing-options {
+            static {
+                route 0.0.0.0/0 next-hop 156.110.130.86;
+            }
+        }
         protocols {
             ospf {
                 export ONENET-CONTENT-FILTER-VRF-IMPORT;
                 area 0.0.0.0 {
                     interface ge-1/3/0.0;
-                    interface ge-0/3/3.0 {
-                        passive;
-                    }
                 }
             }
         }

Index: core.sem.onenet.net
===================================================================
--- core.sem.onenet.net	(revision 84417)
+++ core.sem.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at SEMINOLE-MX480-RE0> show system commit 
+#   2013-10-21 14:49:51 CDT by joel via cli commit synchronize
 #   2013-10-16 14:42:15 CDT by joel via cli commit synchronize
 #   2013-10-16 14:23:42 CDT by joel via cli commit synchronize
 #   2013-10-16 14:21:15 CDT by joel via cli commit synchronize
 #   2013-09-14 12:34:57 CDT by joel via cli commit synchronize
 #   2013-08-29 13:21:32 CDT by jeremyt via cli commit synchronize
-#   2013-08-19 13:24:02 CDT by jeremyt via cli commit synchronize
 # grnoc-mon at SEMINOLE-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -241,7 +241,7 @@
 # grnoc-mon at SEMINOLE-MX480-RE0> show system uptime 
 # System booted: 2013-06-05 23:10 CDT 
 # Protocols started: 2013-06-05 23:15 CDT 
-# Last configured: 2013-10-16 14:42 CDT  by joel
+# Last configured: 2013-10-21 14:49 CDT  by joel
 # 
 # {master}
 # grnoc-mon at SEMINOLE-MX480-RE0> show interface terse 
@@ -308,7 +308,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at SEMINOLE-MX480-RE0> show configuration 
-## Last commit: 2013-10-16 14:42:15 CDT by joel
+## Last commit: 2013-10-21 14:49:51 CDT by joel
 version 11.4R7.5;
 groups {
     re0 {
@@ -505,7 +505,7 @@
             family mpls;
         }
     }
-    ge-0/3/4 {
+    ge-0/3/3 {
         description "Hub Appliance [NO-MONITOR]";
         speed 100m;
         link-mode full-duplex;
@@ -513,6 +513,14 @@
             no-auto-negotiation;
         }
     }
+    ge-0/3/4 {
+        description "Hub Appliance - Camera #1 [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;
@@ -522,7 +530,7 @@
         }
     }
     ge-0/3/6 {
-        description "Hub Appliance - Camera #1 [NO-MONITOR]";
+        description "Hub Appliance - Camera #3 [NO-MONITOR]";
         speed 100m;
         link-mode full-duplex;
         gigether-options {
@@ -1087,6 +1095,7 @@
     ONENET-PoP-APPLIANCES-L3VPN {
         description ONENET-PoP-APPLIANCES-L3VPN;
         instance-type vrf;
+        interface ge-0/3/3.0; ## 'ge-0/3/3.0' is not defined
         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

Index: core2-okc-mx960.onenet.net
===================================================================
--- core2-okc-mx960.onenet.net	(revision 85287)
+++ core2-okc-mx960.onenet.net	(working copy)
@@ -539,7 +539,7 @@
 #lsi.1 up up
 #lsi.1048836 up up
 #lsi.1048838 up up
-#lsi.1646083 up up
+#lsi.1647617 up up
 #mtun up up
 #pimd up up
 #pime up up

Index: core5.okc.onenet.net
===================================================================
--- core5.okc.onenet.net	(revision 85288)
+++ core5.okc.onenet.net	(working copy)
@@ -570,8 +570,8 @@
 #lsi.1383945 up up
 #lsi.1383946 up up
 #lsi.1496838 up up
-#lsi.1629446 up up
-#lsi.1629447 up up
+#lsi.1630978 up up
+#lsi.1630979 up up
 #mtun up up
 #pimd up up
 #pime up up

Index: core1.okc-mx960.onenet.net
===================================================================
--- core1.okc-mx960.onenet.net	(revision 85289)
+++ core1.okc-mx960.onenet.net	(working copy)
@@ -692,7 +692,7 @@
 #lsi.1049089 up up
 #lsi.1049090 up up
 #lsi.1049096 up up
-#lsi.1645315 up up
+#lsi.1646849 up up
 #mtun up up
 #pimd up up
 #pime up up

Index: core3.okc-m120.onenet.net
===================================================================
--- core3.okc-m120.onenet.net	(revision 85282)
+++ core3.okc-m120.onenet.net	(working copy)
@@ -1312,7 +1312,7 @@
 #coc1-3/3/0:8 up up
 #ct3-3/3/0:8 up up
 #t1-3/3/0:8:1 down down
-#t1-3/3/0:8:2 up up
+#t1-3/3/0:8:2 up down
 #t1-3/3/0:8:2.0 up down
 #t1-3/3/0:8:3 up up
 #t1-3/3/0:8:3.0 up up

Index: hub.sal.onenet.net
===================================================================
--- hub.sal.onenet.net	(revision 85290)
+++ hub.sal.onenet.net	(working copy)
@@ -320,7 +320,7 @@
 #t1-2/0/2:21.0 up up
 #t1-2/0/2:22 up up
 #t1-2/0/2:22.0 up up
-#t1-2/0/2:23 up up
+#t1-2/0/2:23 up down
 #t1-2/0/2:23.0 up down
 #t1-2/0/2:24 up down
 #t1-2/0/2:25 up down



More information about the Nocrancid mailing list