[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Wed Jul 9 13:02:19 CDT 2014


Index: configs/hub.sem.onenet.net
===================================================================
--- configs/hub.sem.onenet.net	(revision 117675)
+++ configs/hub.sem.onenet.net	(working copy)
@@ -371,8 +371,8 @@
 #t1-2/0/3:14 up down
 #t1-2/0/3:15 up down
 #t1-2/0/3:16 up down
-#t1-2/0/3:17 up up
-#t1-2/0/3:17.0 up up
+#t1-2/0/3:17 up down
+#t1-2/0/3:17.0 up down
 #t1-2/0/3:18 up down
 #t1-2/0/3:19 up down
 #t1-2/0/3:20 up down
Index: configs/core1.okc-mx960.onenet.net
===================================================================
--- configs/core1.okc-mx960.onenet.net	(revision 117679)
+++ configs/core1.okc-mx960.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE1-MX960-RE0> show system commit 
+#   2014-07-09 12:04:43 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-07-09 10:58:20 CDT by jeremyt via cli commit synchronize
 #   2014-07-09 10:48:36 CDT by jeremyt via cli commit synchronize
 #   2014-07-09 10:46:59 CDT by jeremyt via cli commit synchronize
 #   2014-07-07 14:56:30 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-07-07 14:46:29 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
-#   2014-07-03 11:58:19 CDT by josh via cli commit confirmed, rollback in 3mins synchronize
 # grnoc-mon at OKC-CORE1-MX960-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -456,7 +456,7 @@
 # grnoc-mon at OKC-CORE1-MX960-RE0> show system uptime 
 # System booted: 2013-04-13 23:52 CDT 
 # Protocols started: 2013-04-13 23:53 CDT 
-# Last configured: 2014-07-09 10:58 CDT  by jeremyt
+# Last configured: 2014-07-09 12:04 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at OKC-CORE1-MX960-RE0> show interface terse 
@@ -538,6 +538,7 @@
 #xe-1/3/0 up up
 #xe-1/3/0.1102 up up
 #xe-1/3/0.1105 up up
+#xe-1/3/0.1106 up up
 #xe-1/3/0.5160 up up
 #xe-1/3/0.5161 up up
 #xe-1/3/0.5162 up up
@@ -682,6 +683,7 @@
 #lsi.0 up up
 #lsi.1 up up
 #lsi.3 up up
+#lsi.4 up up
 #lsi.1059585 up up
 #lsi.1059586 up up
 #lsi.1059591 up up
@@ -693,7 +695,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE1-MX960-RE0> show configuration 
-## Last commit: 2014-07-09 10:58:20 CDT by jeremyt
+## Last commit: 2014-07-09 12:04:43 CDT by andrew
 version 11.4R7.5;
 groups {
     re0 {
@@ -1182,6 +1184,13 @@
                 address 172.25.255.254/31;
             }
         }
+        unit 1106 {
+            description "DPS-L3VPN-to-OMES | CIR000XXXX [NO-MONITOR]";
+            vlan-id 1106;
+            family inet {
+                address 10.119.16.1/30;
+            }
+        }
         unit 5160 {
             description "VPLS-OMES-2516 | [NO-MONITOR]";
             encapsulation vlan-vpls;
@@ -12639,6 +12648,41 @@
             then reject;
         }
     }
+    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 EBGP-GOOGLE-IMPORT {
         term REJECT-ALL-ELSE {
             then reject;
@@ -12866,6 +12910,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;
@@ -13454,6 +13499,16 @@
     }
 }
 routing-instances {
+    DPS-L3VPN {
+        description DPS-L3VPN;
+        instance-type vrf;
+        interface xe-1/3/0.1106;
+        route-distinguisher 164.58.199.211:2540;
+        vrf-import DPS-VRF-IMPORT;
+        vrf-export DPS-VRF-EXPORT;
+        vrf-target target:5078:2540;
+        vrf-table-label;
+    }
     ODOT-L3VPN {
         description ODOT-L3VPN;
         instance-type vrf;
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net	(revision 117681)
+++ configs/core3.okc-m120.onenet.net	(working copy)
@@ -543,8 +543,8 @@
 #t1-2/3/0:3:13 up up
 #t1-2/3/0:3:13.0 up up
 #t1-2/3/0:3:14 up down
-#t1-2/3/0:3:15 up down
-#t1-2/3/0:3:15.0 up down
+#t1-2/3/0:3:15 up up
+#t1-2/3/0:3:15.0 up up
 #t1-2/3/0:3:16 up up
 #t1-2/3/0:3:16.0 up up
 #t1-2/3/0:3:17 up up
@@ -744,14 +744,14 @@
 #t1-2/3/0:7:11.0 up up
 #t1-2/3/0:7:12 up up
 #t1-2/3/0:7:12.0 up up
-#t1-2/3/0:7:13 up up
+#t1-2/3/0:7:13 up down
 #t1-2/3/0:7:14 up up
 #t1-2/3/0:7:14.0 up up
 #t1-2/3/0:7:15 up down
 #t1-2/3/0:7:15.0 up down
 #t1-2/3/0:7:16 up down
-#t1-2/3/0:7:17 up down
-#t1-2/3/0:7:17.0 up down
+#t1-2/3/0:7:17 up up
+#t1-2/3/0:7:17.0 up up
 #t1-2/3/0:7:18 up up
 #t1-2/3/0:7:18.0 up up
 #t1-2/3/0:7:19 up up
@@ -1776,8 +1776,8 @@
 #t1-4/1/3:5 up down
 #t1-4/1/3:6 up up
 #t1-4/1/3:6.0 up up
-#t1-4/1/3:7 up down
-#t1-4/1/3:7.0 up down
+#t1-4/1/3:7 up up
+#t1-4/1/3:7.0 up up
 #t1-4/1/3:8 up up
 #t1-4/1/3:8.0 up up
 #t1-4/1/3:9 down down
Index: configs/core.wless.velm.onenet.net
===================================================================
--- configs/core.wless.velm.onenet.net	(revision 117074)
+++ configs/core.wless.velm.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at VELMA-TOWER-SRX220> show system commit 
+#   2014-07-09 12:15:37 CDT by joel via cli
 #   2014-03-03 16:13:36 CST by rnordmark via cli
 #   2014-02-26 11:12:43 CST by andrew via netconf
 #   2014-02-25 19:06:03 CST by rnordmark via cli
 #   2014-01-14 14:29:11 CST by admin via netconf
 #   2014-01-14 14:28:48 CST by admin via cli
-#   2013-11-08 09:30:03 CST by rnordmark via cli
 # grnoc-mon at VELMA-TOWER-SRX220> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  Routing Engine                 OK        
@@ -92,7 +92,7 @@
 # grnoc-mon at VELMA-TOWER-SRX220> show system uptime 
 # System booted: 2014-05-09 12:11 CDT 
 # Protocols started: 2014-05-09 12:13 CDT 
-# Last configured: 2014-03-03 16:13 CST  by rnordmark
+# Last configured: 2014-07-09 12:15 CDT  by joel
 # 
 # grnoc-mon at VELMA-TOWER-SRX220> show interface terse 
 #Interface Admin Link
@@ -114,7 +114,8 @@
 #ge-0/0/4 down down
 #ge-0/0/5 down down
 #ge-0/0/6 down down
-#ge-0/0/7 down down
+#ge-0/0/7 up down
+#ge-0/0/7.0 up down
 #fxp2 up up
 #fxp2.0 up up
 #gre up up
@@ -136,7 +137,7 @@
 #tap up up
 #vlan up up
 # grnoc-mon at VELMA-TOWER-SRX220> show configuration 
-## Last commit: 2014-03-03 16:13:36 CST by rnordmark
+## Last commit: 2014-07-09 12:15:37 CDT by joel
 version 11.4R4.4;
 system {
     host-name VELMA-TOWER-SRX220;
@@ -291,7 +292,12 @@
         disable;
     }
     ge-0/0/7 {
-        disable;
+        description TEST-JOEL;
+        unit 0 {
+            family inet {
+                address 156.110.26.105/30;
+            }
+        }
     }
     lo0 {
         unit 0 {



More information about the Nocrancid mailing list