[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Tue Jul 8 12:02:17 CDT 2014


Index: configs/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net	(revision 117630)
+++ configs/core4.okc.onenet.net	(working copy)
@@ -675,7 +675,7 @@
 #lsi.1 up up
 #lsi.1049102 up up
 #lsi.1049108 up up
-#lsi.1049109 up up
+#lsi.1049110 up up
 #mtun up up
 #pimd up up
 #pime up up
Index: configs/core3.tul-m120.onenet.net
===================================================================
--- configs/core3.tul-m120.onenet.net	(revision 117650)
+++ configs/core3.tul-m120.onenet.net	(working copy)
@@ -448,7 +448,7 @@
 #t1-3/0/1:28 up up
 #t1-3/0/1:28.0 up up
 #ct3-3/0/2 up up
-#t1-3/0/2:1 up up
+#t1-3/0/2:1 up down
 #t1-3/0/2:2 down down
 #t1-3/0/2:3 up down
 #t1-3/0/2:3.0 up down
Index: configs/core1.dc.onenet.net
===================================================================
--- configs/core1.dc.onenet.net	(revision 117647)
+++ configs/core1.dc.onenet.net	(working copy)
@@ -838,8 +838,8 @@
 #lsi.1048908 up up
 #lsi.1048909 up up
 #lsi.1048910 up up
-#lsi.1048911 up up
 #lsi.1048913 up up
+#lsi.1048914 up up
 #mtun up up
 #pimd up up
 #pime up up
Index: configs/core.hut.412.onenet.net
===================================================================
--- configs/core.hut.412.onenet.net	(revision 115802)
+++ configs/core.hut.412.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at 412-MX40> show system commit 
+#   2014-07-08 11:04:00 CDT by andrew via cli commit confirmed, rollback in 2mins
 #   2014-05-05 08:32:32 CDT by joel via cli
 #   2014-04-29 14:08:27 CDT by rnordmark via cli
 #   2014-04-29 14:07:43 CDT by andrew via cli commit confirmed, rollback in 5mins
 #   2014-04-15 14:03:57 CDT by joel via cli
 #   2014-03-10 11:27:00 CDT by jeremyt via cli
-#   2014-03-03 16:14:47 CST by rnordmark via cli
 # grnoc-mon at 412-MX40> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -229,7 +229,7 @@
 # grnoc-mon at 412-MX40> show system uptime 
 # System booted: 2013-06-06 10:54 CDT 
 # Protocols started: 2013-06-06 10:55 CDT 
-# Last configured: 2014-05-05 08:32 CDT  by joel
+# Last configured: 2014-07-08 11:04 CDT  by andrew
 # 
 # grnoc-mon at 412-MX40> show interface terse 
 #Interface Admin Link
@@ -284,6 +284,7 @@
 #lo0.16384 up up
 #lo0.16385 up up
 #lsi up up
+#lsi.0 up up
 #me0 up up
 #me0.0 up up
 #mtun up up
@@ -293,7 +294,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at 412-MX40> show configuration 
-## Last commit: 2014-05-05 08:32:32 CDT by joel
+## Last commit: 2014-07-08 11:04:00 CDT by andrew
 version 12.3R2.5;
 system {
     host-name 412-MX40;
@@ -826,6 +827,44 @@
     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;
+                area 0.0.0.0;
+            }
+            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;
@@ -884,6 +923,7 @@
         }
     }
     community 412 members 5078:153;
+    community DPS-VPN members target:5078:2540;
     community ONENET-PoP-APPLIANCES members target:5078:2012;
 }
 class-of-service {
@@ -1123,6 +1163,15 @@
     }
 }
 routing-instances {
+    DPS-L3VPN {
+        description DPS-L3VPN;
+        instance-type vrf;
+        route-distinguisher 164.58.199.153:2540;
+        vrf-import DPS-VRF-IMPORT;
+        vrf-export DPS-VRF-EXPORT;
+        vrf-target target:5078:2540;
+        vrf-table-label;
+    }
     ONENET-PoP-APPLIANCES-L3VPN {
         description ONENET-PoP-APPLIANCES-L3VPN;
         instance-type vrf;
Index: configs/prod-lab.okc.onenet.net
===================================================================
--- configs/prod-lab.okc.onenet.net	(revision 117631)
+++ configs/prod-lab.okc.onenet.net	(working copy)
@@ -1,13 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at FAYE-MX104-RE0> show system commit 
+#   2014-07-08 11:20:51 CDT by admin via cli commit synchronize
+#   2014-07-08 11:19:47 CDT by admin via cli commit synchronize
+#   2014-07-08 11:18:41 CDT by admin via cli commit synchronize
+#   2014-07-08 11:17:29 CDT by admin via cli commit confirmed, rollback in 2mins synchronize
+#   2014-07-08 11:13:47 CDT by admin via cli commit confirmed, rollback in 2mins synchronize
 #   2014-07-07 07:52:32 CDT by admin via cli commit confirmed, rollback in 2mins synchronize
-#   2014-07-07 07:47:24 CDT by admin via cli commit confirmed, rollback in 2mins synchronize
-#   2014-07-03 07:24:30 CDT by admin via cli commit synchronize
-#   2014-06-30 06:25:57 CDT by admin via cli commit synchronize
-#   2014-06-27 04:18:04 CDT by admin via cli commit synchronize
-#   2014-06-26 08:13:34 CDT by root via other
-#     Synchronization with remote Routing Engine
 # grnoc-mon at FAYE-MX104-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -218,7 +217,7 @@
 # grnoc-mon at FAYE-MX104-RE0> show system uptime 
 # System booted: 2014-06-26 15:11 CDT 
 # Protocols started: 2014-06-26 15:12 CDT 
-# Last configured: 2014-07-07 07:52 CDT  by admin
+# Last configured: 2014-07-08 11:20 CDT  by admin
 # 
 # {master}
 # grnoc-mon at FAYE-MX104-RE0> show interface terse 
@@ -239,6 +238,7 @@
 #ge-1/0/7 up down
 #ge-1/0/8 up down
 #ge-1/0/9 up down
+#ge-1/0/9.0 up down
 #ge-1/1/0 up down
 #ge-1/1/1 up down
 #ge-1/1/2 up down
@@ -271,6 +271,7 @@
 #lo0.16384 up up
 #lo0.16385 up up
 #lsi up up
+#lsi.0 up up
 #me0 up up
 #mtun up up
 #pimd up up
@@ -280,7 +281,7 @@
 #tap up up
 #vtep up up
 # grnoc-mon at FAYE-MX104-RE0> show configuration 
-## Last commit: 2014-07-07 07:52:32 CDT by admin
+## Last commit: 2014-07-08 11:20:51 CDT by admin
 version 14.1R1.10;
 groups {
     re0 {
@@ -439,6 +440,14 @@
     }
 }
 interfaces {
+    ge-1/0/9 {
+        description "Test DPS Interface [NO-MONITOR]";
+        unit 0 {
+            family inet {
+                address 10.119.16.1/30;
+            }
+        }
+    }
     xe-2/0/0 {
         flexible-vlan-tagging;
         mtu 9192;
@@ -659,6 +668,44 @@
     prefix-list PRE-MGMTV6-ALLOW {
         2610:1d8::/40;
     }
+    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;
+                area 0.0.0.0;
+            }
+            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;
@@ -685,6 +732,7 @@
             }
         }
     }
+    community DPS-VPN members target:5078:2540;
     community FAYE members 5078:69;
 }
 firewall {
@@ -1048,6 +1096,18 @@
         then discard;
     }
 }
+routing-instances {
+    DPS-L3VPN {
+        description DPS-L3VPN;
+        instance-type vrf;
+        interface ge-1/0/9.0;
+        route-distinguisher 164.58.199.69:2540;
+        vrf-import DPS-VRF-IMPORT;
+        vrf-export DPS-VRF-EXPORT;
+        vrf-target target:5078:2540;
+        vrf-table-label;
+    }
+}
 {master}
 # grnoc-mon at FAYE-MX104-RE0> show ospf neighbor 
 # Address          Interface              State     ID               Pri  Dead
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net	(revision 117650)
+++ configs/core3.okc-m120.onenet.net	(working copy)
@@ -926,7 +926,7 @@
 #t1-2/3/0:11:14 up up
 #t1-2/3/0:11:14.0 up up
 #t1-2/3/0:11:15 up down
-#t1-2/3/0:11:16 up down
+#t1-2/3/0:11:16 up up
 #t1-2/3/0:11:17 up down
 #t1-2/3/0:11:18 up down
 #t1-2/3/0:11:19 up down
@@ -1567,8 +1567,8 @@
 #t1-4/0/1:23.0 up up
 #t1-4/0/1:24 down down
 #t1-4/0/1:25 down down
-#t1-4/0/1:26 up up
-#t1-4/0/1:26.0 up up
+#t1-4/0/1:26 up down
+#t1-4/0/1:26.0 up down
 #t1-4/0/1:27 down down
 #t1-4/0/1:28 down down
 #ct3-4/0/2 up up



More information about the Nocrancid mailing list