[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Mon Jul 21 11:02:14 CDT 2014


Index: configs/hub.tis.onenet.net
===================================================================
--- configs/hub.tis.onenet.net	(revision 117864)
+++ configs/hub.tis.onenet.net	(working copy)
@@ -296,8 +296,8 @@
 #t1-2/0/2:5.0 up up
 #t1-2/0/2:6 up down
 #t1-2/0/2:7 up down
-#t1-2/0/2:8 up up
-#t1-2/0/2:8.0 up up
+#t1-2/0/2:8 up down
+#t1-2/0/2:8.0 up down
 #t1-2/0/2:9 up down
 #t1-2/0/2:9.0 up down
 #t1-2/0/2:10 up down
Index: configs/core.end.onenet.net
===================================================================
--- configs/core.end.onenet.net	(revision 117804)
+++ configs/core.end.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ENID-MX480-RE0> show system commit 
+#   2014-07-21 10:30:04 CDT by andrew via cli commit synchronize
 #   2014-05-28 15:45:43 CDT by andrew via cli commit synchronize
 #   2014-05-20 11:18:01 CDT by joel via cli commit synchronize
 #   2014-04-29 13:33:27 CDT by rnordmark via cli commit synchronize
 #   2014-04-28 09:02:27 CDT by donnie via cli commit synchronize
 #   2014-04-21 15:15:31 CDT by andrew via cli commit synchronize
-#   2014-04-18 13:47:57 CDT by joel via cli commit synchronize
 # grnoc-mon at ENID-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -241,7 +241,7 @@
 # grnoc-mon at ENID-MX480-RE0> show system uptime 
 # System booted: 2013-05-30 00:12 CDT 
 # Protocols started: 2013-05-30 00:17 CDT 
-# Last configured: 2014-05-28 15:45 CDT  by andrew
+# Last configured: 2014-07-21 10:30 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at ENID-MX480-RE0> show interface terse 
@@ -278,6 +278,7 @@
 #ge-0/2/1 up up
 #ge-0/2/1.71 up up
 #ge-0/2/1.2530 down up
+#ge-0/2/1.2540 up up
 #ge-0/2/1.32767 up up
 #ge-0/2/2 up up
 #ge-0/2/2.70 up up
@@ -326,6 +327,7 @@
 #lo0.16384 up up
 #lo0.16385 up up
 #lsi up up
+#lsi.512 up up
 #mtun up up
 #pimd up up
 #pime up up
@@ -333,7 +335,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at ENID-MX480-RE0> show configuration 
-## Last commit: 2014-05-28 15:45:43 CDT by andrew
+## Last commit: 2014-07-21 10:30:04 CDT by andrew
 version 11.4R7.5;
 groups {
     re0 {
@@ -684,6 +686,16 @@
                 address 172.26.1.65/26;
             }
         }
+        unit 2540 {
+            description "DPS-Troop-J-Enid-100Mb-CIR000XXXX | [NO-MONITOR]";
+            vlan-id 2540;
+            family inet {
+                sampling {
+                    input;
+                }
+                address 10.119.16.134/30;
+            }
+        }
     }
     ge-0/2/2 {
         description "CORE 1GE to swi.cai.nok ge-0/1/0 | OneNet-END-CAINOK-GE-5219";
@@ -1170,6 +1182,41 @@
     prefix-list PRE-L0-SOURCES {
         apply-path "interfaces lo0 unit <*> family inet address <164.*>";
     }
+    policy-statement DPS-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add DPS-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add DPS-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add DPS-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement DPS-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community DPS-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement LOAD-BALANCE {
         then {
             load-balance per-packet;
@@ -1272,6 +1319,7 @@
     community Bartlesville members 5078:134;
     community Chickasha members 5078:82;
     community Claremore members 5078:142;
+    community DPS-VPN members target:5078:2540;
     community Duncan members 5078:18;
     community Durant members 5078:14;
     community Edmond members 5078:235;
@@ -1557,6 +1605,16 @@
     }
 }
 routing-instances {
+    DPS-L3VPN {
+        description DPS-L3VPN;
+        instance-type vrf;
+        interface ge-0/2/1.2540;
+        route-distinguisher 164.58.199.67:2540;
+        vrf-import DPS-VRF-IMPORT;
+        vrf-export DPS-VRF-EXPORT;
+        vrf-target target:5078:2540;
+        vrf-table-label;
+    }
     inactive: ONENET-PS_NET-L3VPN {
         description "PS_NET Public Safety Net";
         instance-type vrf;
Index: configs/swi.cai.dpsend.onenet.net
===================================================================
--- configs/swi.cai.dpsend.onenet.net	(revision 116212)
+++ configs/swi.cai.dpsend.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at SWI-CAI-DPSEND-EX-3300> show system commit 
+#   2014-07-21 10:37:47 CDT by andrew via cli commit confirmed, rollback in 2mins
 #   2014-04-18 07:35:13 CDT by josh via cli
 #   2014-04-18 07:29:03 CDT by josh via cli commit confirmed, rollback in 2mins
 #   2014-03-19 11:52:22 CDT by josh via cli
 #   2014-03-19 11:50:38 CDT by josh via cli
 #   2014-03-19 11:49:16 CDT by josh via cli
-#   2014-03-19 11:48:54 CDT by root via other
 # grnoc-mon at SWI-CAI-DPSEND-EX-3300> show chassis environment 
 # Class Item                           Status     Measurement
 # Power FPC 0 Power Supply 0           OK        
@@ -165,7 +165,7 @@
 # --------------------------------------------------------------------------
 # System booted: 2014-02-05 11:10 CST 
 # Protocols started: 2014-02-05 11:12 CST 
-# Last configured: 2014-04-18 07:35 CDT  by josh
+# Last configured: 2014-07-21 10:37 CDT  by andrew
 # 
 # {master:0}
 # grnoc-mon at SWI-CAI-DPSEND-EX-3300> show interface terse 
@@ -220,7 +220,7 @@
 #vlan.71 up up
 #vme up down
 # grnoc-mon at SWI-CAI-DPSEND-EX-3300> show configuration 
-## Last commit: 2014-04-18 07:35:13 CDT by josh
+## Last commit: 2014-07-21 10:37:47 CDT by andrew
 version 12.3R2.5;
 system {
     host-name SWI-CAI-DPSEND-EX-3300;
@@ -412,7 +412,7 @@
             family ethernet-switching {
                 port-mode trunk;
                 vlan {
-                    members [ 71 2530 ];
+                    members [ 71 2530 2540 ];
                 }
             }
         }
@@ -585,6 +585,9 @@
     }
 }
 vlans {
+    DPS-L3VPN {
+        vlan-id 2540;
+    }
     PS-NET {
         vlan-id 2530;
     }
Index: configs/rpswi2.rp3f2.onenet.net
===================================================================
--- configs/rpswi2.rp3f2.onenet.net	(revision 118005)
+++ configs/rpswi2.rp3f2.onenet.net	(working copy)
@@ -63,8 +63,8 @@
 !Slot 10: part WS-X4748-UPOE+E, serial CAT1747L4K2
 !Slot 10: hvers 1.1, firmware, sw Ok
 !
-! Last configuration change at 09:56:34 CDT Mon Jul 21 2014 by andrew
-! NVRAM config last updated at 13:55:50 CDT Tue Jul 15 2014 by andrew
+! Last configuration change at 10:05:35 CDT Mon Jul 21 2014 by andrew
+! NVRAM config last updated at 10:06:57 CDT Mon Jul 21 2014 by andrew
 !
 config-register 0x2101
 version 15.2
Index: configs/hub.alv.onenet.net
===================================================================
--- configs/hub.alv.onenet.net	(revision 117996)
+++ configs/hub.alv.onenet.net	(working copy)
@@ -332,7 +332,6 @@
 #sp-2/3/0 up up
 #sp-2/3/0.16383 up up
 #vt-2/3/0 up up
-#vt-2/3/0.1059004 up up
 #fe-3/0/0 down down
 #pfh-3/0/0 up up
 #pfh-3/0/0.16383 up up
@@ -362,6 +361,7 @@
 #sp-3/3/0.0 up up
 #sp-3/3/0.16383 up up
 #vt-3/3/0 up up
+#vt-3/3/0.1059005 up up
 #demux0 up up
 #dsc up up
 #em0 up up
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net	(revision 118005)
+++ configs/core3.okc-m120.onenet.net	(working copy)
@@ -739,8 +739,8 @@
 #t1-2/3/0:7:6.0 up up
 #t1-2/3/0:7:7 up down
 #t1-2/3/0:7:7.0 up down
-#t1-2/3/0:7:8 up down
-#t1-2/3/0:7:8.0 up down
+#t1-2/3/0:7:8 up up
+#t1-2/3/0:7:8.0 up up
 #t1-2/3/0:7:9 up up
 #t1-2/3/0:7:9.0 up up
 #t1-2/3/0:7:10 up down
Index: configs/core.sem.onenet.net
===================================================================
--- configs/core.sem.onenet.net	(revision 118004)
+++ configs/core.sem.onenet.net	(working copy)
@@ -288,8 +288,8 @@
 #ge-0/3/0.0 up up
 #ge-0/3/1 up down
 #ge-0/3/2 up down
-#ge-0/3/3 up down
-#ge-0/3/3.0 up down
+#ge-0/3/3 up up
+#ge-0/3/3.0 up up
 #ge-0/3/4 down down
 #ge-0/3/5 down down
 #ge-0/3/5.0 up down



More information about the Nocrancid mailing list