[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Thu Oct 26 12:04:41 CDT 2017


Index: configs/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net	(revision 158315)
+++ configs/core4.okc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE4-MX480-RE0> show system commit 
+#   2017-10-26 11:35:28 CDT by joel via cli commit synchronize
+#   2017-10-26 11:12:36 CDT by andrew via cli commit synchronize
+#   2017-10-26 11:05:12 CDT by andrew via cli commit synchronize
 #   2017-10-25 22:23:27 CDT by andrew via cli commit synchronize
 #   2017-10-25 13:22:13 CDT by andrew via cli commit synchronize
 #   2017-10-24 09:42:36 CDT by andrew via cli commit synchronize
-#   2017-10-23 16:43:03 CDT by andrew via cli commit synchronize
-#   2017-10-23 16:23:31 CDT by andrew via cli commit synchronize
-#   2017-10-22 01:43:23 CDT by andrew via cli commit synchronize
 # grnoc-mon at OKC-CORE4-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -557,7 +557,7 @@
 # grnoc-mon at OKC-CORE4-MX480-RE0> show system uptime 
 # System booted: 2016-10-12 18:12 CDT 
 # Protocols started: 2016-10-12 18:14 CDT 
-# Last configured: 2017-10-25 22:23 CDT  by andrew
+# Last configured: 2017-10-26 11:35 CDT  by joel
 # 
 # {master}
 # grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse 
@@ -854,6 +854,7 @@
 #xe-1/0/0.1131 up up
 #xe-1/0/0.1132 up up
 #xe-1/0/0.1133 up up
+#xe-1/0/0.1134 up up
 #xe-1/0/0.1135 up up
 #xe-1/0/0.5160 up down
 #xe-1/0/0.5165 up down
@@ -1427,7 +1428,6 @@
 #lsi.6 up up
 #lsi.7 up up
 #lsi.8 up up
-#lsi.10 up up
 #lsi.11 up up
 #lsi.12 up up
 #lsi.13 up up
@@ -1464,6 +1464,7 @@
 #lsi.49 up up
 #lsi.50 up up
 #lsi.51 up up
+#lsi.52 up up
 #lsi.1048586 up up
 #lsi.1048592 up up
 #lsi.1048600 up up
@@ -1551,7 +1552,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE4-MX480-RE0> show configuration 
-## Last commit: 2017-10-25 22:23:27 CDT by andrew
+## Last commit: 2017-10-26 11:35:28 CDT by joel
 version 13.3R9.13;
 groups {
     re0 {
@@ -5276,6 +5277,18 @@
                 address 10.119.55.0/31;
             }
         }
+        unit 1134 {
+            description "OIDS-DATA-L3VPN-TO-OMES-CIR000XXXX [ORDERED]";
+            vlan-id 1134;
+            family inet {
+                mtu 9000;
+                sampling {
+                    input;
+                    output;
+                }
+                address 10.119.75.64/31;
+            }
+        }
         unit 1135 {
             description "OMES-ODMHSAS-DATA-L3VPN-TO-OMES-CIR000XXXX [ORDERED]";
             vlan-id 1135;
@@ -9852,6 +9865,7 @@
         route 156.110.34.128/30 next-hop 164.58.1.125;
         route 156.110.46.232/29 next-hop 164.58.0.130;
         route 164.58.2.60/31 next-hop 164.58.2.81;
+        route 156.110.28.24/29 next-hop 164.58.2.81;
     }
     router-id 164.58.199.214;
     autonomous-system 5078;
@@ -12797,6 +12811,37 @@
             then reject;
         }
     }
+    policy-statement EBGP-OMES-OIDS-DATA-EXPORT {
+        term ACCEPT-DEFAULT {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then {
+                metric 100;
+                accept;
+            }
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement EBGP-OMES-OIDS-DATA-IMPORT {
+        term REJECT-DEFAULT {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then reject;
+        }
+        term ACCEPT-ALL {
+            then {
+                metric 100;
+                accept;
+            }
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
     policy-statement EBGP-OMES-OJA-EXPORT {
         term REJECT-DEFAULT {
             from {
@@ -14130,37 +14175,41 @@
             then reject;
         }
     }
-    policy-statement OIDS-VRF-EXPORT {
+    policy-statement OIDS-DATA-VRF-EXPORT {
         term 1 {
             from protocol static;
             then {
-                community add OIDS-VPN;
+                community add OIDS-DATA-VPN;
                 accept;
             }
         }
         term 2 {
             from protocol direct;
             then {
-                community add OIDS-VPN;
+                community add OIDS-DATA-VPN;
                 accept;
             }
         }
         term 3 {
-            from {
-                protocol ospf;
-                area 0.0.0.0;
+            from protocol ospf;
+            then {
+                community add OIDS-DATA-VPN;
+                accept;
             }
+        }
+        term 4 {
+            from protocol bgp;
             then {
-                community add OIDS-VPN;
+                community add OIDS-DATA-VPN;
                 accept;
             }
         }
     }
-    policy-statement OIDS-VRF-IMPORT {
+    policy-statement OIDS-DATA-VRF-IMPORT {
         term 1 {
             from {
                 protocol bgp;
-                community OIDS-VPN;
+                community OIDS-DATA-VPN;
             }
             then accept;
         }
@@ -15214,7 +15263,7 @@
     community OESC-DATA-VPN members target:5078:2645;
     community OETA-COLO-VPN members target:5078:2636;
     community OFFN-MGMT-VPN members target:5078:2572;
-    community OIDS-VPN members target:5078:2532;
+    community OIDS-DATA-VPN members target:5078:2532;
     community OJA-VPN members target:5078:2671;
     community OKCCORE4 members 5078:214;
     community OMES-AGENCY-DATA-VPN members target:5078:2548;
@@ -17782,16 +17831,17 @@
         vrf-target target:5078:2572;
         vrf-table-label;
     }
-    OIDS-L3VPN {
-        description OIDS-L3VPN;
+    OIDS-DATA-L3VPN {
+        description OIDS-DATA-L3VPN;
         instance-type vrf;
         interface xe-0/0/1.2051;
+        interface xe-1/0/0.1134;
         interface xe-2/0/1.827;
         interface xe-2/0/1.828;
         interface ae3.279;
         route-distinguisher 164.58.199.214:2532;
-        vrf-import OIDS-VRF-IMPORT;
-        vrf-export OIDS-VRF-EXPORT;
+        vrf-import OIDS-DATA-VRF-IMPORT;
+        vrf-export OIDS-DATA-VRF-EXPORT;
         vrf-target target:5078:2532;
         vrf-table-label;
         routing-options {
@@ -17800,6 +17850,23 @@
                 route 192.168.4.0/24 next-hop 192.168.254.10;
             }
         }
+        protocols {
+            bgp {
+                group EBGP-OMES-OIDS-DATA {
+                    type external;
+                    family inet {
+                        unicast;
+                    }
+                    neighbor 10.119.75.65 {
+                        description "EBGP-OIDS-DATA-L3VPN-TO-OMES-CIR000XXXX [NO-MONITOR]";
+                        import EBGP-OMES-OIDS-DATA-IMPORT;
+#                        authentication-#key <removed>;
+                        export EBGP-OMES-OIDS-DATA-EXPORT;
+                        peer-as 40628;
+                    }
+                }
+            }
+        }
     }
     OJA-L3VPN {
         description OJA-L3VPN;
Index: configs/hub.osuokc.onenet.net
===================================================================
--- configs/hub.osuokc.onenet.net	(revision 158315)
+++ configs/hub.osuokc.onenet.net	(working copy)
@@ -26,6 +26,16 @@
 #       TFEB 0 TBB PFE Chip            OK        
 #       TFEB 0 TFEB PCIE TSen          OK        
 #       TFEB 0 TFEB PCIE Chip          OK        
+#       TFEB 0 QX 0 TSen               OK        
+#       TFEB 0 QX 0 Chip               OK        
+#       TFEB 0 LU 0 TSen               OK        
+#       TFEB 0 LU 0 Chip               OK        
+#       TFEB 0 MQ 0 TSen               OK        
+#       TFEB 0 MQ 0 Chip               OK        
+#       TFEB 0 TBB PFE TSen            OK        
+#       TFEB 0 TBB PFE Chip            OK        
+#       TFEB 0 TFEB PCIE TSen          OK        
+#       TFEB 0 TFEB PCIE Chip          OK        
 # Fans  Fan 1                          OK
 #       Fan 2                          OK
 #       Fan 3                          OK
Index: configs/core.law.onenet.net
===================================================================
--- configs/core.law.onenet.net	(revision 158315)
+++ configs/core.law.onenet.net	(working copy)
@@ -531,8 +531,8 @@
 #ge-0/3/2.32767 up down
 #ge-0/3/3 down down
 #ge-0/3/4 down down
-#ge-0/3/5 up down
-#ge-0/3/5.0 up down
+#ge-0/3/5 up up
+#ge-0/3/5.0 up up
 #ge-0/3/6 down down
 #ge-0/3/6.0 up down
 #ge-0/3/7 up up
Index: configs/lavern-public-schools.client.onenet.net
===================================================================
--- configs/lavern-public-schools.client.onenet.net	(revision 158313)
+++ configs/lavern-public-schools.client.onenet.net	(working copy)
@@ -113,7 +113,7 @@
 # 
 # grnoc-mon at LAVERN-PUBLIC-SCHOOLS-TAG-004351> show interface terse 
 #Interface Admin Link
-#ge-0/0/0 down up
+#ge-0/0/0 down down
 #gr-0/0/0 up up
 #ip-0/0/0 up up
 #lsq-0/0/0 up up
Index: configs/core5.okc.onenet.net
===================================================================
--- configs/core5.okc.onenet.net	(revision 158315)
+++ configs/core5.okc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE5-MX480-RE0> show system commit 
+#   2017-10-26 11:09:40 CDT by andrew via cli commit synchronize
 #   2017-10-24 21:27:15 CDT by andrew via cli commit synchronize
 #   2017-10-24 18:58:49 CDT by andrew via cli commit synchronize
 #   2017-10-24 18:56:36 CDT by andrew via cli commit synchronize
 #   2017-10-24 18:53:51 CDT by andrew via cli commit synchronize
 #   2017-10-24 13:48:36 CDT by andrew via cli commit synchronize
-#   2017-10-24 12:17:44 CDT by andrew via cli commit synchronize
 # grnoc-mon at OKC-CORE5-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -561,7 +561,7 @@
 # grnoc-mon at OKC-CORE5-MX480-RE0> show system uptime 
 # System booted: 2016-10-12 08:16 CDT 
 # Protocols started: 2016-10-12 08:18 CDT 
-# Last configured: 2017-10-24 21:27 CDT  by andrew
+# Last configured: 2017-10-26 11:09 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at OKC-CORE5-MX480-RE0> show interface terse 
@@ -1143,6 +1143,7 @@
 #xe-2/0/1.1131 up up
 #xe-2/0/1.1132 up up
 #xe-2/0/1.1133 up up
+#xe-2/0/1.1134 up up
 #xe-2/0/1.1135 up up
 #xe-2/0/1.5160 up up
 #xe-2/0/1.5165 up up
@@ -1395,6 +1396,7 @@
 #lsi.36 up up
 #lsi.37 up up
 #lsi.38 up up
+#lsi.39 up up
 #lsi.1048577 up up
 #lsi.1048593 up up
 #lsi.1048595 up up
@@ -1466,7 +1468,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE5-MX480-RE0> show configuration 
-## Last commit: 2017-10-24 21:27:15 CDT by andrew
+## Last commit: 2017-10-26 11:09:40 CDT by andrew
 version 13.3R9.13;
 groups {
     re0 {
@@ -9387,6 +9389,18 @@
                 address 10.119.55.2/31;
             }
         }
+        unit 1134 {
+            description "OIDS-DATA-L3VPN-TO-OMES-CIR000XXXX [ORDERED]";
+            vlan-id 1134;
+            family inet {
+                mtu 9000;
+                sampling {
+                    input;
+                    output;
+                }
+                address 10.119.75.66/31;
+            }
+        }
         unit 1135 {
             description "OMES-ODMHSAS-DATA-L3VPN-TO-OMES-CIR000XXXX [ORDERED]";
             vlan-id 1135;
@@ -13482,6 +13496,37 @@
             then reject;
         }
     }
+    policy-statement EBGP-OMES-OIDS-DATA-EXPORT {
+        term ACCEPT-DEFAULT {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then {
+                metric 100;
+                accept;
+            }
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement EBGP-OMES-OIDS-DATA-IMPORT {
+        term REJECT-DEFAULT {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then reject;
+        }
+        term ACCEPT-ALL {
+            then {
+                metric 100;
+                accept;
+            }
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
     policy-statement EBGP-OMES-OJA-EXPORT {
         term REJECT-DEFAULT {
             from {
@@ -14416,6 +14461,48 @@
             then reject;
         }
     }
+    policy-statement OIDS-DATA-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add OIDS-DATA-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add OIDS-DATA-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add OIDS-DATA-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add OIDS-DATA-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement OIDS-DATA-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community OIDS-DATA-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement OJA-VRF-EXPORT {
         term 1 {
             from protocol static;
@@ -15154,6 +15241,7 @@
     community ODMHSAS-VPN members target:5078:2559;
     community OESC-DATA-VPN members target:5078:2645;
     community OETA-VPN members target:5078:2626;
+    community OIDS-DATA-VPN members target:5078:2532;
     community OJA-VPN members target:5078:2671;
     community OKCCORE5 members 5078:215;
     community OMES-AGENCY-DATA-VPN members target:5078:2548;
@@ -22894,6 +22982,33 @@
         vrf-target target:5078:2626;
         vrf-table-label;
     }
+    OIDS-DATA-L3VPN {
+        description OIDS-DATA-L3VPN;
+        instance-type vrf;
+        interface xe-2/0/1.1134;
+        route-distinguisher 164.58.199.215:2532;
+        vrf-import OIDS-DATA-VRF-IMPORT;
+        vrf-export OIDS-DATA-VRF-EXPORT;
+        vrf-target target:5078:2532;
+        vrf-table-label;
+        protocols {
+            bgp {
+                group EBGP-OMES-OIDS-DATA {
+                    type external;
+                    family inet {
+                        unicast;
+                    }
+                    neighbor 10.119.75.67 {
+                        description "EBGP-OIDS-DATA-L3VPN-TO-OMES-CIR000XXXX [NO-MONITOR]";
+                        import EBGP-OMES-OIDS-DATA-IMPORT;
+#                        authentication-#key <removed>;
+                        export EBGP-OMES-OIDS-DATA-EXPORT;
+                        peer-as 40628;
+                    }
+                }
+            }
+        }
+    }
     OJA-L3VPN {
         description OJA-L3VPN;
         instance-type vrf;
Index: configs/core.hut.hen.onenet.net
===================================================================
--- configs/core.hut.hen.onenet.net	(revision 158313)
+++ configs/core.hut.hen.onenet.net	(working copy)
@@ -290,16 +290,16 @@
 #ge-1/0/0.501 up up
 #ge-1/0/0.2527 up up
 #ge-1/0/0.32767 up up
-#ge-1/0/1 up up
-#ge-1/0/1.701 up up
-#ge-1/0/1.702 up up
-#ge-1/0/1.703 up up
-#ge-1/0/1.705 up up
+#ge-1/0/1 up down
+#ge-1/0/1.701 up down
+#ge-1/0/1.702 up down
+#ge-1/0/1.703 up down
+#ge-1/0/1.705 up down
 #ge-1/0/1.2703 up down
-#ge-1/0/1.3701 up up
-#ge-1/0/1.3702 up up
-#ge-1/0/1.3703 up up
-#ge-1/0/1.32767 up up
+#ge-1/0/1.3701 up down
+#ge-1/0/1.3702 up down
+#ge-1/0/1.3703 up down
+#ge-1/0/1.32767 up down
 #ge-1/0/2 up up
 #ge-1/0/2.0 up up
 #ge-1/0/3 down down
Index: configs/swi1-swink-admin.client.onenet.net
===================================================================
--- configs/swi1-swink-admin.client.onenet.net	(revision 158308)
+++ configs/swi1-swink-admin.client.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at SWI1-SWINK-ADMIN-EX2200-12P> show system commit 
+#   2017-10-26 11:08:12 CDT by root via other
+#   2017-10-26 11:05:55 CDT by sean via cli commit confirmed, rollback in 1mins
 #   2017-09-20 08:43:00 CDT by joel via cli
 #   2017-08-04 16:30:17 CDT by admin via cli
 #   2017-08-04 16:29:36 CDT by admin via cli
 #   2017-08-04 16:28:50 CDT by admin via cli
-#   2017-07-13 17:27:47 CDT by root via other
-#   2017-07-13 17:23:20 CDT by onenet via cli commit confirmed, rollback in 4mins
 # grnoc-mon at SWI1-SWINK-ADMIN-EX2200-12P> show chassis environment 
 # Class Item                           Status     Measurement
 # Power FPC 0 Power Supply 0           OK        
@@ -179,7 +179,7 @@
 # --------------------------------------------------------------------------
 # System booted: 2017-10-22 00:40 CDT 
 # Protocols started: 2017-10-22 00:43 CDT 
-# Last configured: 2017-09-20 08:43 CDT  by joel
+# Last configured: 2017-10-26 11:08 CDT  by root
 # 
 # {master:0}
 # grnoc-mon at SWI1-SWINK-ADMIN-EX2200-12P> show interface terse 
@@ -230,7 +230,7 @@
 #vlan.80 up up
 #vme up down
 # grnoc-mon at SWI1-SWINK-ADMIN-EX2200-12P> show configuration 
-## Last commit: 2017-09-20 08:43:00 CDT by joel
+## Last commit: 2017-10-26 11:08:12 CDT by root
 version 12.3R6.6;
 system {
     host-name SWI1-SWINK-ADMIN-EX2200-12P;
Index: configs/odot-bartlesville-regmaint.client.onenet.net
===================================================================
--- configs/odot-bartlesville-regmaint.client.onenet.net	(revision 158308)
+++ configs/odot-bartlesville-regmaint.client.onenet.net	(working copy)
@@ -112,8 +112,8 @@
 # total files: 1
 # 
 # grnoc-mon at ODOT-BARTLESVILLE-REGMAINT-SRX220> show system uptime 
-# System booted: 2017-06-06 11:38 CDT 
-# Protocols started: 2017-06-06 11:40 CDT 
+# System booted: 2017-10-26 11:40 CDT 
+# Protocols started: 2017-10-26 11:42 CDT 
 # Last configured: 2016-12-31 15:08 CST  by andrew
 # 
 # grnoc-mon at ODOT-BARTLESVILLE-REGMAINT-SRX220> show interface terse 



More information about the Nocrancid mailing list