[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Fri Jul 29 15:03:49 CDT 2016


Index: configs/hub.sal.onenet.net
===================================================================
--- configs/hub.sal.onenet.net	(revision 145123)
+++ configs/hub.sal.onenet.net	(working copy)
@@ -285,8 +285,8 @@
 #t1-2/0/2:5 down down
 #t1-2/0/2:6 up up
 #t1-2/0/2:6.0 up up
-#t1-2/0/2:7 up down
-#t1-2/0/2:7.0 up down
+#t1-2/0/2:7 up up
+#t1-2/0/2:7.0 up up
 #t1-2/0/2:8 up up
 #t1-2/0/2:8.0 up up
 #t1-2/0/2:9 down down
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net	(revision 145125)
+++ configs/core3.okc-m120.onenet.net	(working copy)
@@ -1420,8 +1420,8 @@
 #t1-3/3/0:10:21 down down
 #t1-3/3/0:10:22 down down
 #t1-3/3/0:10:23 down down
-#t1-3/3/0:10:24 up up
-#t1-3/3/0:10:24.0 up up
+#t1-3/3/0:10:24 up down
+#t1-3/3/0:10:24.0 up down
 #t1-3/3/0:10:25 down down
 #t1-3/3/0:10:26 down down
 #t1-3/3/0:10:27 down down
Index: configs/woodward-public-library-srx240.client.onenet.net
===================================================================
--- configs/woodward-public-library-srx240.client.onenet.net	(revision 144535)
+++ configs/woodward-public-library-srx240.client.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at WOODWARD-PL-LR-004880> show system commit 
+#   2016-07-29 14:35:03 CDT by sean via cli
+#   2016-07-29 14:10:45 CDT by sean via cli
 #   2016-07-12 16:18:39 CDT by sean via cli
 #   2016-03-08 14:18:45 CST by admin via cli
 #   2015-10-09 19:01:04 CDT by joel via cli
 #   2015-10-08 16:25:18 CDT by joel via cli
-#   2015-10-08 16:22:19 CDT by joel via cli
-#   2015-10-08 15:43:47 CDT by joel via cli
 # grnoc-mon at WOODWARD-PL-LR-004880> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  Routing Engine                 OK        
@@ -116,7 +116,7 @@
 # grnoc-mon at WOODWARD-PL-LR-004880> show system uptime 
 # System booted: 2016-05-04 13:18 CDT 
 # Protocols started: 2016-05-04 13:22 CDT 
-# Last configured: 2016-07-12 16:18 CDT  by sean
+# Last configured: 2016-07-29 14:35 CDT  by sean
 # 
 # grnoc-mon at WOODWARD-PL-LR-004880> show interface terse 
 #Interface Admin Link
@@ -169,9 +169,10 @@
 #vlan up up
 #vlan.2 up up
 #vlan.3 up up
+#vlan.4 up up
 #vlan.999 up down
 # grnoc-mon at WOODWARD-PL-LR-004880> show configuration 
-## Last commit: 2016-07-12 16:18:39 CDT by sean
+## Last commit: 2016-07-29 14:35:03 CDT by sean
 version 12.1X44-D35.5;
 system {
     host-name WOODWARD-PL-LR-004880;
@@ -395,7 +396,7 @@
             family ethernet-switching {
                 port-mode trunk;
                 vlan {
-                    members [ WIRELESS-VLAN-2 WIRED-VLAN-3 ];
+                    members [ WIRELESS-VLAN-2 WIRED-VLAN-3 THIN-CLIENT-4 ];
                 }
             }
         }
@@ -422,6 +423,12 @@
                 address 172.16.1.1/16;
             }
         }
+        unit 4 {
+            description "L3 INTERFACE - WIRED-VLAN-3 - 192.168.11.1/24";
+            family inet {
+                address 192.168.11.1/24;
+            }
+        }
         unit 999 {
             description "L3 INTERFACE - TEST-VLAN - 10.1.0.1/24";
             family inet {
@@ -673,6 +680,30 @@
                 }
             }
         }
+        from-zone THIN-CLIENT-4 to-zone UNTRUST {
+            policy TRUST-TO-UNTRUST {
+                match {
+                    source-address any;
+                    destination-address any;
+                    application any;
+                }
+                then {
+                    permit;
+                }
+            }
+        }
+        from-zone WIRED-VLAN-3 to-zone THIN-CLIENT-4 {
+            policy TRUST-TO-UNTRUST {
+                match {
+                    source-address any;
+                    destination-address any;
+                    application any;
+                }
+                then {
+                    permit;
+                }
+            }
+        }
     }
     zones {
         security-zone TEST {
@@ -732,6 +763,20 @@
                 }
             }
         }
+        security-zone THIN-CLIENT-4 {
+            interfaces {
+                vlan.4 {
+                    host-inbound-traffic {
+                        system-services {
+                            dhcp;
+                            dns;
+                            ping;
+                            traceroute;
+                        }
+                    }
+                }
+            }
+        }
     }
 }
 firewall {
@@ -799,6 +844,11 @@
         vlan-id 999;
         l3-interface vlan.999;
     }
+    THIN-CLIENT-4 {
+        description THIN-CLIENT-4;
+        vlan-id 4;
+        l3-interface vlan.4;
+    }
     WIRED-VLAN-3 {
         description WIRED-VLAN-3;
         vlan-id 3;
Index: configs/hub.bar.onenet.net
===================================================================
--- configs/hub.bar.onenet.net	(revision 144966)
+++ configs/hub.bar.onenet.net	(working copy)
@@ -306,8 +306,8 @@
 #t1-2/0/0:28 up down
 #ct3-2/0/1 up down
 #ct3-2/0/2 up up
-#t1-2/0/2:1 up up
-#t1-2/0/2:1.0 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.16 up up
 #t1-2/0/2:2.17 up up
Index: configs/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net	(revision 145125)
+++ configs/core4.okc.onenet.net	(working copy)
@@ -12104,6 +12104,7 @@
 # 164.58.15.74     xe-0/1/0.72            Full      164.58.199.215
 # 164.58.15.57     xe-1/0/1.56            Full      164.58.199.212
 # 172.23.5.130     ge-1/2/0.121           Full      10.199.2.48
+# 172.23.5.2       ge-1/2/0.201           Full      10.199.2.42
 # 
 # {master}
 # grnoc-mon at OKC-CORE4-MX480-RE0> show bfd session 
Index: configs/core.owtcred.onenet.net
===================================================================
--- configs/core.owtcred.onenet.net	(revision 145123)
+++ configs/core.owtcred.onenet.net	(working copy)
@@ -292,7 +292,7 @@
 #lsi.1048578 up up
 #lsi.1048679 up up
 #lsi.1048680 up up
-#lsi.1048774 up up
+#lsi.1048780 up up
 #me0 up up
 #me0.0 up up
 #mtun up up
Index: configs/odot-chandler-regmaint.client.onenet.net
===================================================================
--- configs/odot-chandler-regmaint.client.onenet.net	(revision 145006)
+++ configs/odot-chandler-regmaint.client.onenet.net	(working copy)
@@ -116,8 +116,8 @@
 #sp-0/0/0 up up
 #sp-0/0/0.0 up up
 #sp-0/0/0.16383 up up
-#ge-0/0/1 up down
-#ge-0/0/1.0 up down
+#ge-0/0/1 up up
+#ge-0/0/1.0 up up
 #ge-0/0/2 up down
 #ge-0/0/2.0 up down
 #ge-0/0/3 up down
Index: configs/core.rack59.onenet.net
===================================================================
--- configs/core.rack59.onenet.net	(revision 144837)
+++ configs/core.rack59.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at RACK59-MX480-RE0> show system commit 
+#   2016-07-29 14:30:40 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
+#   2016-07-29 14:22:54 CDT by andrew via cli commit synchronize
 #   2016-07-20 09:48:34 CDT by andrew via cli commit synchronize
 #   2016-07-05 22:11:34 CDT by andrew via cli commit synchronize
 #   2016-07-05 20:35:18 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
 #   2016-07-05 10:08:39 CDT by andrew via cli commit synchronize
-#   2016-06-26 21:07:07 CDT by andrew via cli commit synchronize
-#   2016-05-23 18:45:04 CDT by andrew via cli commit synchronize
 # grnoc-mon at RACK59-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -288,7 +288,7 @@
 # grnoc-mon at RACK59-MX480-RE0> show system uptime 
 # System booted: 2016-03-30 08:27 CDT 
 # Protocols started: 2016-03-30 08:30 CDT 
-# Last configured: 2016-07-20 09:48 CDT  by andrew
+# Last configured: 2016-07-29 14:30 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at RACK59-MX480-RE0> show interface terse 
@@ -355,6 +355,8 @@
 #xe-5/2/0.42 up up
 #xe-5/2/0.32767 up up
 #xe-5/2/1 up up
+#xe-5/2/1.500 up up
+#xe-5/2/1.32767 up up
 #xe-5/3/0 up up
 #xe-5/3/0.0 up up
 #xe-5/3/1 up down
@@ -389,7 +391,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at RACK59-MX480-RE0> show configuration 
-## Last commit: 2016-07-20 09:48:34 CDT by andrew
+## Last commit: 2016-07-29 14:30:40 CDT by andrew
 version 13.3R9.13;
 groups {
     re0 {
@@ -723,6 +725,18 @@
             wavelength 1542.14;
         }
     }
+    xe-5/2/1 {
+        description "PEER-PIONEER [ORDERED]";
+        flexible-vlan-tagging;
+        mtu 9192;
+        encapsulation flexible-ethernet-services;
+        unit 500 {
+            vlan-id 500;
+            family inet {
+                address 164.58.27.189/30;
+            }
+        }
+    }
     xe-5/3/0 {
         description "NETFLIX-OKC002-[AE1-2of2]-10G-CIR000XXXX";
         gigether-options {
Index: configs/odmhsas-camhc-idabel.client.onenet.net
===================================================================
--- configs/odmhsas-camhc-idabel.client.onenet.net	(revision 145123)
+++ configs/odmhsas-camhc-idabel.client.onenet.net	(working copy)
@@ -146,7 +146,7 @@
 #ppd0 up up
 #ppe0 up up
 #st0 up up
-#st0.1 up down
+#st0.1 up up
 #st0.2 up up
 #tap up up
 #vlan up up
Index: configs/hub.elr.onenet.net
===================================================================
--- configs/hub.elr.onenet.net	(revision 145125)
+++ configs/hub.elr.onenet.net	(working copy)
@@ -302,7 +302,7 @@
 #t1-2/0/2:17 down down
 #t1-2/0/2:18 down down
 #t1-2/0/2:19 down down
-#t1-2/0/2:20 down down
+#t1-2/0/2:20 down up
 #t1-2/0/2:21 down down
 #t1-2/0/2:22 up up
 #t1-2/0/2:22.0 up up
Index: configs/rpswi1.okc.onenet.net
===================================================================
--- configs/rpswi1.okc.onenet.net	(revision 145121)
+++ configs/rpswi1.okc.onenet.net	(working copy)
@@ -213,8 +213,8 @@
 #ge-0/0/18.0 up up
 #ge-0/0/19 up up
 #ge-0/0/19.0 up up
-#ge-0/0/20 up up
-#ge-0/0/20.0 up up
+#ge-0/0/20 up down
+#ge-0/0/20.0 up down
 #ge-0/0/21 up down
 #ge-0/0/21.0 up down
 #ge-0/0/22 up down



More information about the Nocrancid mailing list