[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Sun Jul 20 20:02:15 CDT 2014


Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net	(revision 117978)
+++ configs/core3.okc-m120.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE3-M120-RE0> show system commit 
+#   2014-07-20 19:41:50 CDT by andrew via cli commit synchronize
+#   2014-07-20 19:39:21 CDT by andrew via cli commit confirmed, rollback in 5mins synchronize
+#   2014-07-20 19:22:47 CDT by andrew via cli commit confirmed, rollback in 5mins synchronize
 #   2014-07-18 09:09:55 CDT by donnie via cli commit synchronize
 #   2014-07-17 12:53:21 CDT by andrew via cli commit synchronize
 #   2014-07-17 08:56:38 CDT by donnie via cli commit synchronize
-#   2014-07-17 08:51:22 CDT by donnie via cli commit synchronize
-#   2014-07-16 16:17:58 CDT by donnie via cli commit synchronize
-#   2014-07-16 16:14:43 CDT by donnie via cli commit synchronize
 # grnoc-mon at OKC-CORE3-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -367,7 +367,7 @@
 # grnoc-mon at OKC-CORE3-M120-RE0> show system uptime 
 # System booted: 2013-04-14 00:17 CDT 
 # Protocols started: 2013-04-14 00:30 CDT 
-# Last configured: 2014-07-18 09:09 CDT  by donnie
+# Last configured: 2014-07-20 19:41 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at OKC-CORE3-M120-RE0> show interface terse 
@@ -2007,13 +2007,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 OKC-CORE3-M120-RE0> show configuration 
-## Last commit: 2014-07-18 09:09:55 CDT by donnie
+## Last commit: 2014-07-20 19:41:50 CDT by andrew
 version 11.4R7.5;
 groups {
     re0 {
@@ -4662,6 +4663,7 @@
             family inet {
                 rpf-check;
                 address 156.110.201.49/30;
+                address 10.119.16.153/30;
             }
         }
     }
@@ -8397,6 +8399,7 @@
             family inet {
                 rpf-check;
                 address 164.58.14.125/30;
+                address 10.119.16.157/30;
             }
         }
     }
@@ -10616,6 +10619,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-OECU-IMPORT {
         term prefixes {
             from {
@@ -10711,6 +10749,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;
@@ -11339,6 +11378,24 @@
     }
 }
 routing-instances {
+    DPS-L3VPN {
+        description DPS-L3VPN;
+        instance-type vrf;
+        interface t1-2/3/0:10:9.0;
+        interface t1-4/1/2:2.0;
+        route-distinguisher 164.58.199.213: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.96.192/26 next-hop 10.119.16.154;
+                route 172.29.28.0/24 next-hop 10.119.16.154;
+                route 172.22.96.0/26 next-hop 10.119.16.158;
+            }
+        }
+    }
     TAGNET-L3VPN {
         description TAGNET-L3VPN;
         instance-type vrf;



More information about the Nocrancid mailing list