[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Wed Jul 9 20:02:16 CDT 2014


Index: configs/hub.chi.onenet.net
===================================================================
--- configs/hub.chi.onenet.net	(revision 117689)
+++ configs/hub.chi.onenet.net	(working copy)
@@ -282,7 +282,7 @@
 #t3-2/0/1.0 up up
 #ct3-2/0/2 up up
 #t1-2/0/2:1 down down
-#t1-2/0/2:2 down up
+#t1-2/0/2:2 down down
 #t1-2/0/2:3 down down
 #t1-2/0/2:4 up up
 #t1-2/0/2:4.0 up up
@@ -308,7 +308,7 @@
 #t1-2/0/2:21 down down
 #t1-2/0/2:22 down down
 #t1-2/0/2:23 down down
-#t1-2/0/2:24 down up
+#t1-2/0/2:24 down down
 #t1-2/0/2:25 down up
 #t1-2/0/2:26 down down
 #t1-2/0/2:27 down down
Index: configs/core1.dc.onenet.net
===================================================================
--- configs/core1.dc.onenet.net	(revision 117681)
+++ configs/core1.dc.onenet.net	(working copy)
@@ -838,8 +838,8 @@
 #lsi.1048908 up up
 #lsi.1048910 up up
 #lsi.1048913 up up
-#lsi.1048918 up up
 #lsi.1048919 up up
+#lsi.1048920 up up
 #mtun up up
 #pimd up up
 #pime up up
Index: configs/hub.say.onenet.net
===================================================================
--- configs/hub.say.onenet.net	(revision 117459)
+++ configs/hub.say.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at SAYRE-M120-RE0> show system commit 
+#   2014-07-09 19:32:37 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-05-28 12:12:18 CDT by cjensen via cli commit synchronize
 #   2014-05-28 11:36:58 CDT by donnie via cli commit synchronize
 #   2014-05-16 12:06:10 CDT by josh via cli commit synchronize
 #   2014-05-16 12:00:57 CDT by josh via cli commit synchronize
 #   2014-05-16 11:56:39 CDT by root via other
-#   2014-05-16 11:54:22 CDT by josh via cli commit confirmed, rollback in 2mins synchronize
 # grnoc-mon at SAYRE-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -268,7 +268,7 @@
 # grnoc-mon at SAYRE-M120-RE0> show system uptime 
 # System booted: 2013-05-27 00:46 CDT 
 # Protocols started: 2013-05-27 00:51 CDT 
-# Last configured: 2014-05-28 12:12 CDT  by cjensen
+# Last configured: 2014-07-09 19:32 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at SAYRE-M120-RE0> show interface terse 
@@ -418,13 +418,14 @@
 #lo0.16385 up up
 #lsi up up
 #lsi.0 up up
+#lsi.1 up up
 #mtun up up
 #pimd up up
 #pime up up
 #pp0 up up
 #tap up up
 # grnoc-mon at SAYRE-M120-RE0> show configuration 
-## Last commit: 2014-05-28 12:12:18 CDT by cjensen
+## Last commit: 2014-07-09 19:32:37 CDT by andrew
 version 11.4R7.5;
 groups {
     re0 {
@@ -749,6 +750,7 @@
         unit 0 {
             family inet {
                 address 164.58.14.201/30;
+                address 10.119.16.13/30;
             }
         }
     }
@@ -1307,6 +1309,41 @@
     prefix-list PRE-LDP-SOURCES {
         10.199.0.0/16;
     }
+    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;
@@ -1378,6 +1415,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;
@@ -1724,6 +1762,21 @@
     }
 }
 routing-instances {
+    DPS-L3VPN {
+        description DPS-L3VPN;
+        instance-type vrf;
+        interface t1-2/0/2:6.0;
+        route-distinguisher 164.58.199.30:2540;
+        vrf-import DPS-VRF-IMPORT;
+        vrf-export DPS-VRF-EXPORT;
+        vrf-target target:5078:2540;
+        vrf-table-label;
+        routing-options {
+            static {
+                route 172.22.111.0/27 next-hop 10.119.16.14;
+            }
+        }
+    }
     TAGNET-L3VPN {
         description TAGNET-L3VPN;
         instance-type vrf;
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net	(revision 117686)
+++ configs/core3.okc-m120.onenet.net	(working copy)
@@ -794,8 +794,8 @@
 #t1-2/3/0:8:11.0 up up
 #t1-2/3/0:8:12 up down
 #t1-2/3/0:8:12.0 up down
-#t1-2/3/0:8:13 up up
-#t1-2/3/0:8:13.0 up up
+#t1-2/3/0:8:13 up down
+#t1-2/3/0:8:13.0 up down
 #t1-2/3/0:8:14 up up
 #t1-2/3/0:8:14.0 up up
 #t1-2/3/0:8:15 up down
@@ -1773,7 +1773,7 @@
 #t1-4/1/3:3 up up
 #t1-4/1/3:3.0 up up
 #t1-4/1/3:4 down down
-#t1-4/1/3:5 up down
+#t1-4/1/3:5 up up
 #t1-4/1/3:6 up up
 #t1-4/1/3:6.0 up up
 #t1-4/1/3:7 up up



More information about the Nocrancid mailing list