[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Sun Nov 20 22:03:54 CST 2016


Index: configs/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net	(revision 148291)
+++ 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 
+#   2016-11-20 21:41:19 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
+#   2016-11-20 21:00:42 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
 #   2016-11-20 20:43:32 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
 #   2016-11-20 19:43:34 CST by andrew via cli commit synchronize
 #   2016-11-20 15:58:38 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
 #   2016-11-20 15:35:16 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
-#   2016-11-20 14:49:20 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
-#   2016-11-20 14:12:32 CST by andrew via cli commit synchronize
 # grnoc-mon at OKC-CORE4-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -432,7 +432,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: 2016-11-20 20:43 CST  by andrew
+# Last configured: 2016-11-20 21:41 CST  by andrew
 # 
 # {master}
 # grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse 
@@ -984,6 +984,7 @@
 #xe-3/0/1 up up
 #xe-3/0/1.69 up up
 #xe-3/0/1.80 up up
+#xe-3/0/1.1103 up up
 #xe-3/0/1.1320 up up
 #xe-3/0/1.1321 up up
 #xe-3/0/1.1322 up up
@@ -1129,6 +1130,7 @@
 #lsi.26 up up
 #lsi.27 up up
 #lsi.28 up up
+#lsi.29 up up
 #lsi.1048576 up up
 #lsi.1048578 up up
 #lsi.1048580 up up
@@ -1177,9 +1179,8 @@
 #pip0 up up
 #pp0 up up
 #tap up up
-## commit confirmed
 # grnoc-mon at OKC-CORE4-MX480-RE0> show configuration 
-## Last commit: 2016-11-20 21:00:42 CST by andrew
+## Last commit: 2016-11-20 21:41:19 CST by andrew
 version 13.3R9.13;
 groups {
     re0 {
@@ -6971,10 +6972,24 @@
                 address 10.199.207.1/24;
             }
         }
+        unit 1103 {
+            description "PARKNET-HOSTED-VOICE-100M-CIR000XXXX [ORDERED]";
+            vlan-id 1103;
+            family inet {
+                rpf-check;
+                mtu 1500;
+                sampling {
+                    input;
+                    output;
+                }
+                address 10.96.10.1/24;
+            }
+        }
         unit 1320 {
             description "OEQA-AGENCY-DATA-100M-CIR000XXXX [ORDERED]";
             vlan-id 1320;
             family inet {
+                rpf-check;
                 mtu 1500;
                 sampling {
                     input;
@@ -6987,6 +7002,7 @@
             description "OEQA-VOIP-100M-CIR000XXXX [ORDERED]";
             vlan-id 1321;
             family inet {
+                rpf-check;
                 mtu 1500;
                 sampling {
                     input;
@@ -6999,6 +7015,7 @@
             description "OEQA-MGMT-100M-CIR000XXXX [ORDERED]";
             vlan-id 1322;
             family inet {
+                rpf-check;
                 mtu 1500;
                 sampling {
                     input;
@@ -7011,6 +7028,7 @@
             description "OCAST-AGENCY-DATA-100M-CIR000XXXX [ORDERED]";
             vlan-id 1323;
             family inet {
+                rpf-check;
                 mtu 1500;
                 sampling {
                     input;
@@ -7023,6 +7041,7 @@
             description "OCAST-VOIP-100M-CIR000XXXX [ORDERED]";
             vlan-id 1324;
             family inet {
+                rpf-check;
                 mtu 1500;
                 sampling {
                     input;
@@ -7035,6 +7054,7 @@
             description "OCAST-MGMT-100M-CIR000XXXX [ORDERED]";
             vlan-id 1325;
             family inet {
+                rpf-check;
                 mtu 1500;
                 sampling {
                     input;
@@ -10698,6 +10718,48 @@
             then reject;
         }
     }
+    policy-statement ONENET-VOIP-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add ONENET-VOIP-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add ONENET-VOIP-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add ONENET-VOIP-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add ONENET-VOIP-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement ONENET-VOIP-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community ONENET-VOIP-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement OSBI-VRF-EXPORT {
         term 1 {
             from protocol static;
@@ -11081,6 +11143,7 @@
     community OMES-VOIP-VPN members target:5078:2549;
     community ONENET-MGMT-VPN members target:5078:2543;
     community ONENET-POP-APPLIANCES members target:5078:2012;
+    community ONENET-VOIP-VPN members target:5078:2600;
     community ONENET_ADV_AKAMAI members 5078:5400;
     community ONENET_ADV_FACEBOOK members 5078:5500;
     community ONENET_ADV_GGC members 5078:5600;
@@ -13287,6 +13350,16 @@
         vrf-target target:5078:2012;
         vrf-table-label;
     }
+    ONENET-VOIP-L3VPN {
+        description ONENET-VOIP-L3VPN;
+        instance-type vrf;
+        interface xe-3/0/1.1103;
+        route-distinguisher 164.58.199.214:2600;
+        vrf-import ONENET-VOIP-VRF-IMPORT;
+        vrf-export ONENET-VOIP-VRF-EXPORT;
+        vrf-target target:5078:2600;
+        vrf-table-label;
+    }
     OSBI-L3VPN {
         description OSBI-L3VPN;
         instance-type vrf;
@@ -13691,7 +13764,6 @@
         }
     }
 }
-# commit confirmed will be rolled back in 3 minutes
 {master}
 # grnoc-mon at OKC-CORE4-MX480-RE0> show ospf neighbor 
 # Address          Interface              State     ID               Pri  Dead
@@ -13703,7 +13775,6 @@
 # 172.23.5.130     ge-1/2/0.121           Full      10.199.2.48
 # 172.23.5.2       ge-1/2/0.201           Full      10.199.2.42
 # 
-# # commit confirmed will be rolled back in 3 minutes
 # {master}
 # grnoc-mon at OKC-CORE4-MX480-RE0> show bfd session 
                                                   Detect   Transmit
@@ -13727,5 +13798,4 @@
 15 sessions, 18 clients
 Cumulative transmit rate 17.5 pps, cumulative receive rate 17.5 pps
 
-# commit confirmed will be rolled back in 3 minutes
 {master}
Index: configs/stringtown-high-school.client.onenet.net
===================================================================
--- configs/stringtown-high-school.client.onenet.net	(revision 148290)
+++ configs/stringtown-high-school.client.onenet.net	(working copy)
@@ -674,6 +674,7 @@
 # OSPF instance is not running
 # 
 # grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> show bfd session 
+quit
 
 0 sessions, 0 clients
 Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
Index: configs/core1.dc.onenet.net
===================================================================
--- configs/core1.dc.onenet.net	(revision 148291)
+++ 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 
+#   2016-11-20 21:42:16 CST by andrew via cli commit synchronize
+#   2016-11-20 21:00:48 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
 #   2016-11-20 20:43:25 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
 #   2016-11-20 19:48:47 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
 #   2016-11-20 16:04:01 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
 #   2016-11-20 15:43:33 CST by andrew via cli commit synchronize
-#   2016-11-20 14:58:48 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
-#   2016-11-20 14:12:27 CST by andrew via cli commit synchronize
 # grnoc-mon at MX480_DC_01_RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -361,7 +361,7 @@
 # grnoc-mon at MX480_DC_01_RE0> show system uptime 
 # System booted: 2014-08-25 20:38 CDT 
 # Protocols started: 2014-08-25 20:39 CDT 
-# Last configured: 2016-11-20 20:43 CST  by andrew
+# Last configured: 2016-11-20 21:42 CST  by andrew
 # 
 # {master}
 # grnoc-mon at MX480_DC_01_RE0> show interface terse 
@@ -665,9 +665,6 @@
 #irb.1204 up up
 #irb.1205 up up
 #irb.1206 up up
-#irb.1320 up up
-#irb.1321 up up
-#irb.1322 up up
 #irb.1452 up up
 #irb.1461 up up
 #irb.1488 up up
@@ -746,9 +743,7 @@
 #lsi.2 up up
 #lsi.4 up up
 #lsi.5 up up
-#lsi.6 up up
 #lsi.7 up up
-#lsi.8 up up
 #lsi.10 up up
 #lsi.1075969 up up
 #lsi.1075970 up up
@@ -780,7 +775,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at MX480_DC_01_RE0> show configuration 
-## Last commit: 2016-11-20 20:43:25 CST by andrew
+## Last commit: 2016-11-20 21:42:16 CST by andrew
 version 12.3R7.7;
 groups {
     re0 {
@@ -2161,33 +2156,6 @@
                 address 164.58.245.169/30;
             }
         }
-        unit 1320 {
-            description "omes_oeqa_data_1320 [NO-MONITOR]";
-            family inet {
-                sampling {
-                    input;
-                }
-                address 10.119.24.100/31;
-            }
-        }
-        unit 1321 {
-            description "omes_oeqa_voip_1321 [NO-MONITOR]";
-            family inet {
-                sampling {
-                    input;
-                }
-                address 10.119.32.100/31;
-            }
-        }
-        unit 1322 {
-            description "omes_oeqa_mgmt_1322 [NO-MONITOR]";
-            family inet {
-                sampling {
-                    input;
-                }
-                address 10.119.40.100/31;
-            }
-        }
         unit 1452 {
             description un_kiosk__-01-1452;
             family inet {
@@ -3141,57 +3109,6 @@
             then reject;
         }
     }
-    policy-statement OMES-AGENCY-DATA-VRF-EXPORT {
-        term 1 {
-            from protocol static;
-            then {
-                community add OMES-AGENCY-DATA-VPN;
-                accept;
-            }
-        }
-        term 2 {
-            from protocol direct;
-            then {
-                community add OMES-AGENCY-DATA-VPN;
-                accept;
-            }
-        }
-        term 3 {
-            from protocol ospf;
-            then {
-                community add OMES-AGENCY-DATA-VPN;
-                accept;
-            }
-        }
-        term 4 {
-            from protocol bgp;
-            then {
-                community add OMES-AGENCY-DATA-VPN;
-                accept;
-            }
-        }
-    }
-    policy-statement OMES-AGENCY-DATA-VRF-IMPORT {
-        term 1 {
-            from {
-                protocol bgp;
-                community OMES-AGENCY-DATA-VPN;
-            }
-            then accept;
-        }
-        term 2 {
-            then reject;
-        }
-    }
-    policy-statement OMES-EXPORT-BGP-TO-OSPF {
-        term 1 {
-            from protocol bgp;
-            then accept;
-        }
-        term 2 {
-            then reject;
-        }
-    }
     policy-statement OMES-MGMT-VRF-EXPORT {
         term 1 {
             from protocol static;
@@ -3234,48 +3151,6 @@
             then reject;
         }
     }
-    policy-statement OMES-VOIP-VRF-EXPORT {
-        term 1 {
-            from protocol static;
-            then {
-                community add OMES-VOIP-VPN;
-                accept;
-            }
-        }
-        term 2 {
-            from protocol direct;
-            then {
-                community add OMES-VOIP-VPN;
-                accept;
-            }
-        }
-        term 3 {
-            from protocol ospf;
-            then {
-                community add OMES-VOIP-VPN;
-                accept;
-            }
-        }
-        term 4 {
-            from protocol bgp;
-            then {
-                community add OMES-VOIP-VPN;
-                accept;
-            }
-        }
-    }
-    policy-statement OMES-VOIP-VRF-IMPORT {
-        term 1 {
-            from {
-                protocol bgp;
-                community OMES-VOIP-VPN;
-            }
-            then accept;
-        }
-        term 2 {
-            then reject;
-        }
-    }
     policy-statement ONENET-MGMT-OSPF-EXPORT {
         term 1 {
             from {
@@ -3498,9 +3373,7 @@
     community MX480_DC_01 members 5078:194;
     community ODMHSAS-VPN members target:5078:2559;
     community ODOT-VPN members target:5078:2538;
-    community OMES-AGENCY-DATA-VPN members target:5078:2548;
     community OMES-MGMT-VPN members target:5078:2550;
-    community OMES-VOIP-VPN members target:5078:2549;
     community ONENET-MGMT-VPN members target:5078:2543;
     community ONENET-PoP-APPLIANCES members target:5078:2012;
     community TAGNET-VPN members target:5078:2531;
@@ -3917,29 +3790,10 @@
             }
         }
     }
-    OMES-AGENCY-DATA-L3VPN {
-        description OMES-AGENCY-DATA-L3VPN;
-        instance-type vrf;
-        interface irb.1320;
-        route-distinguisher 164.58.199.192:2548;
-        vrf-import OMES-AGENCY-DATA-VRF-IMPORT;
-        vrf-export OMES-AGENCY-DATA-VRF-EXPORT;
-        vrf-target target:5078:2548;
-        vrf-table-label;
-        protocols {
-            ospf {
-                export OMES-EXPORT-BGP-TO-OSPF;
-                area 10.119.24.100 {
-                    interface irb.1320;
-                }
-            }
-        }
-    }
     OMES-MGMT-L3VPN {
         description OMES-MGMT-L3VPN;
         instance-type vrf;
         interface ae5.2550;
-        interface irb.1322;
         route-distinguisher 164.58.199.194:2550;
         vrf-import OMES-MGMT-VRF-IMPORT;
         vrf-export OMES-MGMT-VRF-EXPORT;
@@ -3961,32 +3815,8 @@
                     }
                 }
             }
-            ospf {
-                export OMES-EXPORT-BGP-TO-OSPF;
-                area 10.119.40.100 {
-                    interface irb.1322;
-                }
-            }
         }
     }
-    OMES-VOIP-L3VPN {
-        description OMES-VOIP-L3VPN;
-        instance-type vrf;
-        interface irb.1321;
-        route-distinguisher 164.58.199.192:2549;
-        vrf-import OMES-VOIP-VRF-IMPORT;
-        vrf-export OMES-VOIP-VRF-EXPORT;
-        vrf-target target:5078:2549;
-        vrf-table-label;
-        protocols {
-            ospf {
-                export OMES-EXPORT-BGP-TO-OSPF;
-                area 10.119.32.100 {
-                    interface irb.1321;
-                }
-            }
-        }
-    }
     ONENET-MGMT-L3VPN {
         apply-groups OSPF-RI;
         description ONENET-MGMT-L3VPN;
@@ -4631,6 +4461,7 @@
                 route 10.80.6.0/24 next-hop 10.199.26.3;
                 route 10.13.0.0/16 next-hop 10.199.26.3;
                 route 10.14.0.0/16 next-hop 10.199.26.3;
+                route 10.96.10.0/24 next-hop 10.199.26.0;
             }
             router-id 10.199.199.105;
         }
@@ -5055,15 +4886,12 @@
     }
     omes_oeqa_data_1320 {
         vlan-id 1320;
-        routing-interface irb.1320;
     }
     omes_oeqa_mgmt_1322 {
         vlan-id 1322;
-        routing-interface irb.1322;
     }
     omes_oeqa_voip_1321 {
         vlan-id 1321;
-        routing-interface irb.1321;
     }
     optical___-01-0810 {
         vlan-id 810;
Index: configs/maysville-hs.client.onenet.net
===================================================================
--- configs/maysville-hs.client.onenet.net	(revision 148290)
+++ configs/maysville-hs.client.onenet.net	(working copy)
@@ -598,6 +598,7 @@
 # OSPF instance is not running
 # 
 # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show bfd session 
+quit
 
 0 sessions, 0 clients
 Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps



More information about the Nocrancid mailing list