[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Fri Jul 18 13:02:16 CDT 2014


Index: configs/hub.chi.onenet.net
===================================================================
--- configs/hub.chi.onenet.net	(revision 117932)
+++ 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/core2.dc.onenet.net
===================================================================
--- configs/core2.dc.onenet.net	(revision 117926)
+++ configs/core2.dc.onenet.net	(working copy)
@@ -1,13 +1,13 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at MX480_DC_02_RE0> show system commit 
+#   2014-07-18 12:52:52 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-07-18 07:11:15 CDT by joel via cli commit synchronize
 #   2014-07-17 10:21:45 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-07-16 23:19:21 CDT by root via other
 #     Synchronization with remote Routing Engine
 #   2014-07-16 23:02:38 CDT by admin via cli commit synchronize
 #   2014-07-16 21:48:33 CDT by admin via cli commit synchronize
-#   2014-07-16 21:47:02 CDT by admin via cli commit confirmed, rollback in 5mins synchronize
 # grnoc-mon at MX480_DC_02_RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -387,7 +387,7 @@
 # grnoc-mon at MX480_DC_02_RE0> show system uptime 
 # System booted: 2014-07-16 23:16 CDT 
 # Protocols started: 2014-07-16 23:19 CDT 
-# Last configured: 2014-07-18 07:11 CDT  by joel
+# Last configured: 2014-07-18 12:52 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at MX480_DC_02_RE0> show interface terse 
@@ -727,6 +727,8 @@
 #irb.4031 up up
 #irb.4032 up down
 #irb.4033 up up
+#irb.4034 up up
+#irb.4035 up up
 #irb.4090 up up
 #lo0 up up
 #lo0.0 up up
@@ -736,6 +738,8 @@
 #lsi.0 up up
 #lsi.1 up up
 #lsi.2 up up
+#lsi.3 up up
+#lsi.4 up up
 #mtun up up
 #pimd up up
 #pime up up
@@ -743,7 +747,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at MX480_DC_02_RE0> show configuration 
-## Last commit: 2014-07-18 07:11:15 CDT by joel
+## Last commit: 2014-07-18 12:52:52 CDT by andrew
 version 12.3R6-S3;
 groups {
     re0 {
@@ -2301,6 +2305,18 @@
                 address 10.119.0.18/29;
             }
         }
+        unit 4034 {
+            description "MX to SRX VLAN4034";
+            family inet {
+                address 10.119.254.10/29;
+            }
+        }
+        unit 4035 {
+            description "MX to SRX VLAN4035";
+            family inet {
+                address 10.119.254.18/29;
+            }
+        }
         unit 4090 {
             description untrust___-01-4090;
             family inet {
@@ -2608,6 +2624,41 @@
             then reject;
         }
     }
+    policy-statement DPS-VRF-EXPORT {
+        term direct {
+            from {
+                protocol direct;
+                route-filter 10.119.254.0/24 orlonger;
+            }
+            then {
+                community add DPS-VPN;
+                accept;
+            }
+        }
+        term ospf {
+            from {
+                protocol ospf;
+                route-filter 10.119.255.0/24 orlonger;
+            }
+            then {
+                community add DPS-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement DPS-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community DPS-VPN;
+                route-filter 10.119.16.0/22 orlonger;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement ISIS-STATICS {
         term 1 {
             from {
@@ -2628,6 +2679,41 @@
             load-balance per-packet;
         }
     }
+    policy-statement ODOT-VRF-EXPORT {
+        term direct {
+            from {
+                protocol direct;
+                route-filter 10.119.254.0/24 orlonger;
+            }
+            then {
+                community add ODOT-VPN;
+                accept;
+            }
+        }
+        term ospf {
+            from {
+                protocol ospf;
+                route-filter 10.119.255.0/24 orlonger;
+            }
+            then {
+                community add ODOT-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement ODOT-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community ODOT-VPN;
+                route-filter 10.119.8.0/21 orlonger;
+            }
+            then accept;
+        }
+        term reject {
+            then reject;
+        }
+    }
     policy-statement OIDS-VRF-EXPORT {
         term 1 {
             from protocol static;
@@ -2816,7 +2902,9 @@
         }
     }
     community COMANCHE_PS-VPN members target:5078:2537;
+    community DPS-VPN members target:5078:2540;
     community MX480_DC_02 members 5078:196;
+    community ODOT-VPN members target:5078:2538;
     community OIDS-VPN members target:5078:2532;
     community ONENET-PoP-APPLIANCES members target:5078:2012;
     community TAGNET-VPN members target:5078:2531;
@@ -3139,6 +3227,26 @@
         vrf-target target:5078:2537;
         vrf-table-label;
     }
+    DPS-L3VPN {
+        description DPS-L3VPN;
+        instance-type vrf;
+        interface irb.4035;
+        route-distinguisher 164.58.199.196: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;
+        interface irb.4034;
+        route-distinguisher 164.58.199.196:2538;
+        vrf-import ODOT-VRF-IMPORT;
+        vrf-export ODOT-VRF-EXPORT;
+        vrf-target target:5078:2538;
+        vrf-table-label;
+    }
     OIDS-L3VPN {
         description OIDS-L3VPN;
         instance-type vrf;
@@ -4051,6 +4159,11 @@
         vlan-id 956;
         routing-interface irb.956;
     }
+    dps_srx-01-4035 {
+        apply-groups-except MAC-SYNC;
+        vlan-id 4035;
+        routing-interface irb.4035;
+    }
     higgsboson-01-0300 {
         vlan-id 300;
         routing-interface irb.300;
@@ -4095,6 +4208,11 @@
         vlan-id 4023;
         routing-interface irb.4023;
     }
+    odot_srx-01-4034 {
+        apply-groups-except MAC-SYNC;
+        vlan-id 4034;
+        routing-interface irb.4034;
+    }
     optical___-01-0810 {
         vlan-id 810;
         routing-interface irb.810;
Index: configs/core1.okc-mx960.onenet.net
===================================================================
--- configs/core1.okc-mx960.onenet.net	(revision 117929)
+++ 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-18 12:44:36 CDT by josh via cli commit synchronize
 #   2014-07-18 09:50:30 CDT by josh via cli commit confirmed, rollback in 3mins synchronize
 #   2014-07-17 17:21:52 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-07-17 17:00:34 CDT by andrew via cli commit synchronize
 #   2014-07-17 16:52:12 CDT by andrew via cli commit synchronize
 #   2014-07-17 16:49:38 CDT by andrew via cli commit synchronize
-#   2014-07-17 16:40:58 CDT by andrew 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        
@@ -457,7 +457,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-18 09:50 CDT  by josh
+# Last configured: 2014-07-18 12:44 CDT  by josh
 # 
 # {master}
 # grnoc-mon at OKC-CORE1-MX960-RE0> show interface terse 
@@ -683,8 +683,8 @@
 #lsi up up
 #lsi.0 up up
 #lsi.1 up up
-#lsi.3 up up
 #lsi.4 up up
+#lsi.5 up up
 #lsi.1059585 up up
 #lsi.1059591 up up
 #lsi.1059593 up up
@@ -696,7 +696,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE1-MX960-RE0> show configuration 
-## Last commit: 2014-07-18 09:50:30 CDT by josh
+## Last commit: 2014-07-18 12:44:36 CDT by josh
 version 11.4R7.5;
 groups {
     re0 {
@@ -13571,7 +13571,7 @@
         instance-type vrf;
         interface xe-1/3/0.1105;
         interface ge-2/3/8.2538;
-        route-distinguisher 164.58.199.212:2538;
+        route-distinguisher 164.58.199.211:2538;
         vrf-import ODOT-VRF-IMPORT;
         vrf-export ODOT-VRF-EXPORT;
         vrf-target target:5078:2538;
Index: configs/core1.dc.onenet.net
===================================================================
--- configs/core1.dc.onenet.net	(revision 117926)
+++ configs/core1.dc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at MX480_DC_01_RE0> show system commit 
+#   2014-07-18 12:45:50 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-07-18 07:09:59 CDT by joel via cli commit synchronize
 #   2014-07-17 13:30:45 CDT by sky via cli commit confirmed, rollback in 3mins synchronize
 #   2014-07-17 13:28:06 CDT by sky via cli commit confirmed, rollback in 3mins synchronize
 #   2014-07-17 10:22:00 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-07-16 15:37:14 CDT by sky via cli commit confirmed, rollback in 2mins synchronize
-#   2014-07-16 15:09:55 CDT by sky via cli commit synchronize
 # grnoc-mon at MX480_DC_01_RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -420,7 +420,7 @@
 # grnoc-mon at MX480_DC_01_RE0> show system uptime 
 # System booted: 2014-06-06 22:08 CDT 
 # Protocols started: 2014-06-06 22:10 CDT 
-# Last configured: 2014-07-18 07:09 CDT  by joel
+# Last configured: 2014-07-18 12:45 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at MX480_DC_01_RE0> show interface terse 
@@ -826,6 +826,8 @@
 #irb.4031 up up
 #irb.4032 up down
 #irb.4033 up up
+#irb.4034 up up
+#irb.4035 up up
 #irb.4090 up up
 #lo0 up up
 #lo0.0 up up
@@ -835,6 +837,8 @@
 #lsi.0 up up
 #lsi.1 up up
 #lsi.2 up up
+#lsi.3 up up
+#lsi.4 up up
 #lsi.1048930 up up
 #lsi.1048939 up up
 #lsi.1048940 up up
@@ -850,7 +854,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at MX480_DC_01_RE0> show configuration 
-## Last commit: 2014-07-18 07:09:59 CDT by joel
+## Last commit: 2014-07-18 12:45:50 CDT by andrew
 version 12.3R6-S3;
 groups {
     re0 {
@@ -2864,6 +2868,18 @@
                 address 10.119.0.17/29;
             }
         }
+        unit 4034 {
+            description "MX to SRX VLAN4034";
+            family inet {
+                address 10.119.254.9/29;
+            }
+        }
+        unit 4035 {
+            description "MX to SRX VLAN4035";
+            family inet {
+                address 10.119.254.17/29;
+            }
+        }
         unit 4090 {
             description untrust___-01-4090;
             family inet {
@@ -3226,6 +3242,41 @@
             then reject;
         }
     }
+    policy-statement DPS-VRF-EXPORT {
+        term direct {
+            from {
+                protocol direct;
+                route-filter 10.119.254.0/24 orlonger;
+            }
+            then {
+                community add DPS-VPN;
+                accept;
+            }
+        }
+        term ospf {
+            from {
+                protocol ospf;
+                route-filter 10.119.255.0/24 orlonger;
+            }
+            then {
+                community add DPS-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement DPS-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community DPS-VPN;
+                route-filter 10.119.16.0/22 orlonger;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement ISIS-STATICS {
         term 1 {
             from {
@@ -3243,6 +3294,41 @@
             load-balance per-packet;
         }
     }
+    policy-statement ODOT-VRF-EXPORT {
+        term direct {
+            from {
+                protocol direct;
+                route-filter 10.119.254.0/24 orlonger;
+            }
+            then {
+                community add ODOT-VPN;
+                accept;
+            }
+        }
+        term ospf {
+            from {
+                protocol ospf;
+                route-filter 10.119.255.0/24 orlonger;
+            }
+            then {
+                community add ODOT-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement ODOT-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community ODOT-VPN;
+                route-filter 10.119.8.0/21 orlonger;
+            }
+            then accept;
+        }
+        term reject {
+            then reject;
+        }
+    }
     policy-statement OIDS-VRF-EXPORT {
         term 1 {
             from protocol static;
@@ -3461,7 +3547,9 @@
         }
     }
     community COMANCHE_PS-VPN members target:5078:2537;
+    community DPS-VPN members target:5078:2540;
     community MX480_DC_01 members 5078:194;
+    community ODOT-VPN members target:5078:2538;
     community OIDS-VPN members target:5078:2532;
     community ONENET-PoP-APPLIANCES members target:5078:2012;
     community ONET-CONTENT-FILTER-VPN members target:5078:2530;
@@ -3836,6 +3924,26 @@
         vrf-target target:5078:2537;
         vrf-table-label;
     }
+    DPS-L3VPN {
+        description DPS-L3VPN;
+        instance-type vrf;
+        interface irb.4035;
+        route-distinguisher 164.58.199.194: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;
+        interface irb.4034;
+        route-distinguisher 164.58.199.194:2538;
+        vrf-import ODOT-VRF-IMPORT;
+        vrf-export ODOT-VRF-EXPORT;
+        vrf-target target:5078:2538;
+        vrf-table-label;
+    }
     OIDS-L3VPN {
         description OIDS-L3VPN;
         instance-type vrf;
@@ -4794,6 +4902,11 @@
         vlan-id 956;
         routing-interface irb.956;
     }
+    dps_srx-01-4035 {
+        apply-groups-except MAC-SYNC;
+        vlan-id 4035;
+        routing-interface irb.4035;
+    }
     higgsboson-01-0300 {
         vlan-id 300;
         routing-interface irb.300;
@@ -4839,6 +4952,11 @@
         vlan-id 4023;
         routing-interface irb.4023;
     }
+    odot_srx-01-4034 {
+        apply-groups-except MAC-SYNC;
+        vlan-id 4034;
+        routing-interface irb.4034;
+    }
     optical___-01-0810 {
         vlan-id 810;
         routing-interface irb.810;
Index: configs/core.alt.onenet.net
===================================================================
--- configs/core.alt.onenet.net	(revision 117470)
+++ configs/core.alt.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ALTUS-MX480-RE0> show system commit 
+#   2014-07-18 12:30:07 CDT by josh via cli commit synchronize
+#   2014-07-18 12:09:05 CDT by josh via cli commit confirmed, rollback in 3mins synchronize
 #   2014-07-01 10:47:51 CDT by joel via cli commit synchronize
 #   2014-06-27 13:47:52 CDT by donnie via cli commit synchronize
 #   2014-06-27 13:47:22 CDT by donnie via cli commit synchronize
 #   2014-06-25 14:24:14 CDT by donnie via cli commit synchronize
-#   2014-06-25 14:22:57 CDT by donnie via cli commit synchronize
-#   2014-06-19 14:04:43 CDT by joel via cli commit synchronize
 # grnoc-mon at ALTUS-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -243,7 +243,7 @@
 # grnoc-mon at ALTUS-MX480-RE0> show system uptime 
 # System booted: 2013-05-27 00:51 CDT 
 # Protocols started: 2013-05-27 01:02 CDT 
-# Last configured: 2014-07-01 10:47 CDT  by joel
+# Last configured: 2014-07-18 12:30 CDT  by josh
 # 
 # grnoc-mon at ALTUS-MX480-RE0> show interface terse 
 #Interface Admin Link
@@ -331,7 +331,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at ALTUS-MX480-RE0> show configuration 
-## Last commit: 2014-07-01 10:47:51 CDT by joel
+## Last commit: 2014-07-18 12:30:07 CDT by josh
 version 11.4R7.5;
 groups {
     re0 {



More information about the Nocrancid mailing list