[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Thu Apr 24 11:02:12 CDT 2014


Index: configs/core1.okc-mx960.onenet.net
===================================================================
--- configs/core1.okc-mx960.onenet.net	(revision 115491)
+++ 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-04-23 14:22:10 CDT by joel via cli commit synchronize
-#   2014-04-23 13:30:39 CDT by joel via cli commit synchronize
-#   2014-04-23 08:30:53 CDT by josh via cli commit synchronize
-#   2014-04-22 10:55:31 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
-#   2014-04-05 18:01:38 CDT by josh via cli commit confirmed, rollback in 3mins synchronize
-#   2014-04-03 08:26:01 CDT by rnordmark via cli commit synchronize
+#   2014-04-24 10:34:01 CDT by donnie via cli commit confirmed, rollback in 2mins synchronize
+#   2014-04-24 10:23:51 CDT by donnie via cli commit confirmed, rollback in 2mins synchronize
+#   2014-04-24 10:11:38 CDT by donnie via cli commit confirmed, rollback in 2mins synchronize
+#   2014-04-24 10:10:01 CDT by donnie via cli commit confirmed, rollback in 2mins synchronize
+#   2014-04-24 10:07:03 CDT by donnie via cli commit confirmed, rollback in 2mins synchronize
+#   2014-04-24 10:05:06 CDT by donnie via cli commit confirmed, rollback in 2mins synchronize
 # grnoc-mon at OKC-CORE1-MX960-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -480,7 +480,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-04-23 14:22 CDT  by joel
+# Last configured: 2014-04-24 10:34 CDT  by donnie
 # 
 # {master}
 # grnoc-mon at OKC-CORE1-MX960-RE0> show interface terse 
@@ -559,6 +559,7 @@
 #xe-1/2/1.32767 up up
 #xe-1/3/0 up up
 #xe-1/3/0.1102 up up
+#xe-1/3/0.1105 up up
 #xe-1/3/0.5160 up up
 #xe-1/3/0.5161 up up
 #xe-1/3/0.5162 up up
@@ -698,6 +699,7 @@
 #lsi up up
 #lsi.0 up up
 #lsi.1 up up
+#lsi.2 up up
 #lsi.1059335 up up
 #lsi.1059346 up up
 #mtun up up
@@ -707,7 +709,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE1-MX960-RE0> show configuration 
-## Last commit: 2014-04-23 14:22:10 CDT by joel
+## Last commit: 2014-04-24 10:34:01 CDT by donnie
 version 11.4R7.5;
 groups {
     re0 {
@@ -1167,6 +1169,14 @@
                 address 10.119.0.1/30;
             }
         }
+        unit 1105 {
+            description "ODOT-L3VPN-to-OMES | CIR000XXXX [NO-MONITOR]";
+            vlan-id 1105;
+            family inet {
+                mtu 9000;
+                address 172.25.255.254/31;
+            }
+        }
         unit 5160 {
             description "VPLS-OMES-2516 | [NO-MONITOR]";
             encapsulation vlan-vpls;
@@ -12658,6 +12668,44 @@
             }
         }
     }
+    policy-statement ODOT-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add ODOT-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add ODOT-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from {
+                protocol ospf;
+                area 0.0.0.0;
+            }
+            then {
+                community add ODOT-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement ODOT-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community ODOT-VPN;
+            }
+            then accept;
+        }
+        term reject {
+            then reject;
+        }
+    }
     policy-statement REDISTRIBUTE-DIRECTS {
         term 1 {
             from protocol direct;
@@ -12751,6 +12799,7 @@
     community Muskogee members 5078:94;
     community NORMANCORE1 members 5078:230;
     community NORMANCORE2 members 5078:231;
+    community ODOT-VPN members target:5078:2538;
     community OKCCCCORE1 members 5078:233;
     community OKCCORE1 members 5078:211;
     community OKCCORE2 members 5078:212;
@@ -13281,6 +13330,22 @@
     }
 }
 routing-instances {
+    ODOT-L3VPN {
+        description ODOT-L3VPN;
+        instance-type vrf;
+        interface xe-1/3/0.1105;
+        route-distinguisher 164.58.199.211:2538;
+        vrf-import ODOT-VRF-IMPORT;
+        vrf-export ODOT-VRF-EXPORT;
+        vrf-target target:5078:2538;
+        vrf-table-label;
+        protocols {
+            ospf {
+                external-preference 255;
+                export ODOT-VRF-IMPORT;
+            }
+        }
+    }
     TAGNET-L3VPN {
         description TAGNET-L3VPN;
         instance-type vrf;
Index: configs/hub.ton.onenet.net
===================================================================
--- configs/hub.ton.onenet.net	(revision 115511)
+++ configs/hub.ton.onenet.net	(working copy)
@@ -404,8 +404,8 @@
 #t1-2/0/3:23 down down
 #t1-2/0/3:24 down down
 #t1-2/0/3:24.0 up down
-#t1-2/0/3:25 up down
-#t1-2/0/3:25.0 up down
+#t1-2/0/3:25 up up
+#t1-2/0/3:25.0 up up
 #t1-2/0/3:26 down down
 #t1-2/0/3:26.0 up down
 #t1-2/0/3:27 down down
Index: configs/core2-okc-mx960.onenet.net
===================================================================
--- configs/core2-okc-mx960.onenet.net	(revision 115491)
+++ configs/core2-okc-mx960.onenet.net	(working copy)
@@ -1,13 +1,13 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE2-MX960-RE0> show system commit 
+#   2014-04-24 10:34:49 CDT by donnie via cli commit confirmed, rollback in 2mins synchronize
+#   2014-04-24 10:21:32 CDT by donnie via cli commit confirmed, rollback in 2mins synchronize
+#   2014-04-24 10:14:00 CDT by donnie via cli commit confirmed, rollback in 2mins synchronize
 #   2014-04-23 14:23:06 CDT by joel via cli commit synchronize
 #   2014-04-23 13:39:19 CDT by joel via cli commit confirmed, rollback in 2mins synchronize
 #     Applied by Joel to mirror core1.okc
 #   2014-04-23 09:21:12 CDT by josh via cli commit confirmed, rollback in 2mins synchronize
-#   2014-04-23 08:31:44 CDT by josh via cli commit synchronize
-#   2014-04-15 16:58:15 CDT by josh via cli commit confirmed, rollback in 2mins synchronize
-#   2014-04-15 16:55:11 CDT by josh via cli commit confirmed, rollback in 2mins synchronize
 # grnoc-mon at OKC-CORE2-MX960-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -415,7 +415,7 @@
 # grnoc-mon at OKC-CORE2-MX960-RE0> show system uptime 
 # System booted: 2014-03-16 10:36 CDT 
 # Protocols started: 2014-04-07 13:01 CDT 
-# Last configured: 2014-04-23 14:23 CDT  by joel
+# Last configured: 2014-04-24 10:34 CDT  by donnie
 # 
 # {master}
 # grnoc-mon at OKC-CORE2-MX960-RE0> show interface terse 
@@ -481,6 +481,7 @@
 #xe-1/0/0.1100 up up
 #xe-1/0/0.1101 up up
 #xe-1/0/0.1103 up up
+#xe-1/0/0.1104 up up
 #xe-1/0/0.5160 up up
 #xe-1/0/0.5161 up up
 #xe-1/0/0.5162 up up
@@ -585,6 +586,7 @@
 #lsi.1 up up
 #lsi.4 up up
 #lsi.5 up up
+#lsi.6 up up
 #lsi.1061376 up up
 #lsi.1061377 up up
 #lsi.1061378 up up
@@ -601,7 +603,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE2-MX960-RE0> show configuration 
-## Last commit: 2014-04-23 14:23:06 CDT by joel
+## Last commit: 2014-04-24 10:34:49 CDT by donnie
 version 11.4R7.5;
 groups {
     re0 {
@@ -1017,6 +1019,14 @@
                 address 10.119.0.5/30;
             }
         }
+        unit 1104 {
+            description "ODOT-L3VPN-to-OMES | CIR000XXXX [NO-MONITOR]";
+            vlan-id 1104;
+            family inet {
+                mtu 9000;
+                address 172.25.255.252/31;
+            }
+        }
         unit 5160 {
             description VPLS-OMES-2516;
             encapsulation vlan-vpls;
@@ -12194,6 +12204,44 @@
             load-balance per-packet;
         }
     }
+    policy-statement ODOT-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add ODOT-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add ODOT-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from {
+                protocol ospf;
+                area 0.0.0.0;
+            }
+            then {
+                community add ODOT-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement ODOT-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community ODOT-VPN;
+            }
+            then accept;
+        }
+        term reject {
+            then reject;
+        }
+    }
     policy-statement ONENET-PS_NET-VRF-EXPORT {
         term 1 {
             from protocol static;
@@ -12356,6 +12404,7 @@
     community Muskogee members 5078:94;
     community NORMANCORE1 members 5078:230;
     community NORMANCORE2 members 5078:231;
+    community ODOT-VPN members target:5078:2538;
     community OKCCCCORE1 members 5078:233;
     community OKCCORE1 members 5078:211;
     community OKCCORE2 members 5078:212;
@@ -12943,6 +12992,22 @@
             }
         }
     }
+    ODOT-L3VPN {
+        description ODOT-L3VPN;
+        instance-type vrf;
+        interface xe-1/0/0.1104;
+        route-distinguisher 164.58.199.212:2538;
+        vrf-import ODOT-VRF-IMPORT;
+        vrf-export ODOT-VRF-EXPORT;
+        vrf-target target:5078:2538;
+        vrf-table-label;
+        protocols {
+            ospf {
+                external-preference 255;
+                export ODOT-VRF-IMPORT;
+            }
+        }
+    }
     ONENET-PS_NET-L3VPN {
         description "PS_NET Public Safety Net";
         instance-type vrf;



More information about the Nocrancid mailing list