[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Thu Oct 9 11:02:16 CDT 2014


Index: configs/core1.okc-mx960.onenet.net
===================================================================
--- configs/core1.okc-mx960.onenet.net	(revision 120233)
+++ 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-10-09 10:28:32 CDT by andrew via cli commit synchronize
+#   2014-10-09 10:17:32 CDT by andrew via cli commit synchronize
 #   2014-10-05 14:11:25 CDT by andrew via cli commit synchronize
 #   2014-10-05 14:06:43 CDT by andrew via cli commit synchronize
 #   2014-10-05 13:28:49 CDT by andrew via cli commit synchronize
 #   2014-10-05 13:26:16 CDT by andrew via cli commit synchronize
-#   2014-10-05 04:04:11 CDT by andrew via cli commit confirmed, rollback in 5mins synchronize
-#   2014-10-05 03:54:10 CDT by andrew via cli commit synchronize
 # grnoc-mon at OKC-CORE1-MX960-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -469,7 +469,7 @@
 # grnoc-mon at OKC-CORE1-MX960-RE0> show system uptime 
 # System booted: 2014-09-14 04:23 CDT 
 # Protocols started: 2014-09-14 04:24 CDT 
-# Last configured: 2014-10-05 14:11 CDT  by andrew
+# Last configured: 2014-10-09 10:28 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at OKC-CORE1-MX960-RE0> show interface terse 
@@ -611,6 +611,7 @@
 #ge-2/3/7 up down
 #ge-2/3/8 up up
 #ge-2/3/8.2538 up up
+#ge-2/3/8.2547 up up
 #ge-2/3/8.32767 up up
 #ge-2/3/9 up up
 #ge-2/3/9.0 up up
@@ -701,6 +702,7 @@
 #lsi.1 up up
 #lsi.4 up up
 #lsi.5 up up
+#lsi.6 up up
 #lsi.1059855 up up
 #lsi.1059868 up up
 #lsi.1059869 up up
@@ -714,7 +716,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE1-MX960-RE0> show configuration 
-## Last commit: 2014-10-05 14:11:25 CDT by andrew
+## Last commit: 2014-10-09 10:28:32 CDT by andrew
 version 12.3R7.7;
 groups {
     re0 {
@@ -1457,6 +1459,12 @@
                 address 10.119.8.1/30;
             }
         }
+        unit 2547 {
+            vlan-id 2547;
+            family inet {
+                address 172.17.0.1/30;
+            }
+        }
     }
     ge-2/3/9 {
         description "OneNet State VPN Headend Untrust [NO-MONITOR] | CIR000XXXX";
@@ -12890,6 +12898,30 @@
             }
         }
     }
+    policy-statement EBGP-SKYRIDER-VPN-EXPORT {
+        term reject-default {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then reject;
+        }
+        term accept-all {
+            then accept;
+        }
+        term reject-all {
+            then reject;
+        }
+    }
+    policy-statement EBGP-SKYRIDER-VPN-IMPORT {
+        term accept-default {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+        }
+        term reject-all {
+            then reject;
+        }
+    }
     policy-statement GGC-PREFIXES-LIST {
         term prefixes {
             from policy COMMODITY-PREFIXES-LIST;
@@ -12986,6 +13018,41 @@
             }
         }
     }
+    policy-statement SKYRIDER-MGMT-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add SKYRIDER-MGMT-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add SKYRIDER-MGMT-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add SKYRIDER-MGMT-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement SKYRIDER-MGMT-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community SKYRIDER-MGMT-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement TAGNET-VRF-EXPORT {
         term 1 {
             from protocol static;
@@ -13062,6 +13129,7 @@
     community PTCCORE1 members 5078:234;
     community Ponca-City members 5078:186;
     community Poteau members 5078:146;
+    community SKYRIDER-MGMT-VPN members target:5078:2547;
     community STILLWATERCORE1 members 5078:232;
     community Sallisaw members 5078:118;
     community Sayre members 5078:30;
@@ -13675,6 +13743,35 @@
             }
         }
     }
+    SKYRIDER-MGMT-L3VPN {
+        description SKYRIDER-MGMT-L3VPN;
+        instance-type vrf;
+        interface ge-2/3/8.2547;
+        route-distinguisher 164.58.199.211:2547;
+        vrf-import SKYRIDER-MGMT-VRF-IMPORT;
+        vrf-export SKYRIDER-MGMT-VRF-EXPORT;
+        vrf-target target:5078:2547;
+        vrf-table-label;
+        routing-options {
+            autonomous-system 64569;
+        }
+        protocols {
+            bgp {
+                group EBGP-SKYRIDER-VPN {
+                    type external;
+                    description SKYRIDER-OKC-VPN-EBGP;
+                    family inet {
+                        unicast;
+                    }
+                    neighbor 172.17.0.2 {
+                        import EBGP-SKYRIDER-VPN-IMPORT;
+                        export EBGP-SKYRIDER-VPN-EXPORT;
+                        peer-as 64573;
+                    }
+                }
+            }
+        }
+    }
     TAGNET-L3VPN {
         description TAGNET-L3VPN;
         instance-type vrf;
Index: configs/faye.okcdc.onenet.net
===================================================================
--- configs/faye.okcdc.onenet.net	(revision 120321)
+++ configs/faye.okcdc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at FAYE-MX104-RE0> show system commit 
+#   2014-10-09 10:40:42 CDT by andrew via cli commit synchronize
+#   2014-10-09 10:39:38 CDT by andrew via cli commit synchronize
+#   2014-10-09 10:07:20 CDT by andrew via cli commit synchronize
 #   2014-10-09 10:00:09 CDT by andrew via cli commit synchronize
 #   2014-10-08 19:52:54 CDT by andrew via cli commit synchronize
 #   2014-10-08 19:29:31 CDT by andrew via cli commit synchronize
-#   2014-10-07 13:19:59 CDT by sky via cli commit synchronize
-#   2014-10-06 11:18:16 CDT by andrew via cli commit synchronize
-#   2014-10-05 22:11:14 CDT by andrew via cli commit confirmed, rollback in 5mins synchronize
 # grnoc-mon at FAYE-MX104-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -235,7 +235,7 @@
 # grnoc-mon at FAYE-MX104-RE0> show system uptime 
 # System booted: 2014-09-05 13:21 CDT 
 # Protocols started: 2014-09-05 13:23 CDT 
-# Last configured: 2014-10-09 10:00 CDT  by andrew
+# Last configured: 2014-10-09 10:40 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at FAYE-MX104-RE0> show interface terse 
@@ -279,6 +279,8 @@
 #ge-1/1/8 up up
 #ge-1/1/8.0 up up
 #ge-1/1/9 up up
+#ge-1/1/9.500 up up
+#ge-1/1/9.32767 up up
 #xe-2/0/0 up up
 #xe-2/0/0.42 up up
 #xe-2/0/0.32767 up up
@@ -304,6 +306,7 @@
 #lsi up up
 #lsi.0 up up
 #lsi.1 up up
+#lsi.2 up up
 #me0 up up
 #mtun up up
 #pimd up up
@@ -313,7 +316,7 @@
 #tap up up
 #vtep up up
 # grnoc-mon at FAYE-MX104-RE0> show configuration 
-## Last commit: 2014-10-09 10:00:09 CDT by andrew
+## Last commit: 2014-10-09 10:40:42 CDT by andrew
 version 14.1R2.12;
 groups {
     re0 {
@@ -718,6 +721,17 @@
             family iso;
         }
     }
+    ge-1/1/9 {
+        description "TULSA VPN HEADEND TRUST [NO-MONITOR]";
+        vlan-tagging;
+        unit 500 {
+            description "SKYRIDER L3VPN [NO-MONITOR]";
+            vlan-id 500;
+            family inet {
+                address 172.17.0.13/30;
+            }
+        }
+    }
     xe-2/0/0 {
         flexible-vlan-tagging;
         mtu 9192;
@@ -1470,6 +1484,30 @@
             then reject;
         }
     }
+    policy-statement EBGP-SKYRIDER-VPN-EXPORT {
+        term reject-default {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then reject;
+        }
+        term accept-all {
+            then accept;
+        }
+        term reject-all {
+            then reject;
+        }
+    }
+    policy-statement EBGP-SKYRIDER-VPN-IMPORT {
+        term accept-default {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+        }
+        term reject-all {
+            then reject;
+        }
+    }
     policy-statement IMPORT-NOTHING {
         term REJECT-ALL-ELSE {
             then reject;
@@ -1556,6 +1594,48 @@
             }
         }
     }
+    policy-statement SKYRIDER-MGMT-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add SKYRIDER-MGMT-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add SKYRIDER-MGMT-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add SKYRIDER-MGMT-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add SKYRIDER-MGMT-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement SKYRIDER-MGMT-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community SKYRIDER-MGMT-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement fbf-default-import {
         term default {
             from {
@@ -1589,6 +1669,7 @@
     community DPS-VPN members target:5078:2540;
     community FAYE members 5078:69;
     community ONENET-MGMT-VPN members target:5078:2543;
+    community SKYRIDER-MGMT-VPN members target:5078:2547;
     community on_all members 5078:*;
     community on_areon members 5078:400;
     community on_bgp-akaokc members 5078:3000;
@@ -2125,6 +2206,35 @@
         vrf-target target:5078:2543;
         vrf-table-label;
     }
+    SKYRIDER-MGMT-L3VPN {
+        description SKYRIDER-MGMT-L3VPN;
+        instance-type vrf;
+        interface ge-1/1/9.500;
+        route-distinguisher 164.58.199.69:2547;
+        vrf-import SKYRIDER-MGMT-VRF-IMPORT;
+        vrf-export SKYRIDER-MGMT-VRF-EXPORT;
+        vrf-target target:5078:2547;
+        vrf-table-label;
+        routing-options {
+            autonomous-system 64569;
+        }
+        protocols {
+            bgp {
+                group EBGP-SKYRIDER-VPN {
+                    type external;
+                    description SKYRIDER-TUL-VPN-EBGP;
+                    family inet {
+                        unicast;
+                    }
+                    neighbor 172.17.0.14 {
+                        import EBGP-SKYRIDER-VPN-IMPORT;
+                        export EBGP-SKYRIDER-VPN-EXPORT;
+                        peer-as 64573;
+                    }
+                }
+            }
+        }
+    }
     fbf-default {
         instance-type forwarding;
     }
Index: configs/hub.dur.onenet.net
===================================================================
--- configs/hub.dur.onenet.net	(revision 120223)
+++ configs/hub.dur.onenet.net	(working copy)
@@ -378,8 +378,8 @@
 #t1-2/0/3:21 down down
 #t1-2/0/3:22 down down
 #t1-2/0/3:22.0 up down
-#t1-2/0/3:23 up up
-#t1-2/0/3:23.0 up up
+#t1-2/0/3:23 up down
+#t1-2/0/3:23.0 up down
 #t1-2/0/3:24 up up
 #t1-2/0/3:24.0 up up
 #t1-2/0/3:25 up up
Index: configs/hub.elr.onenet.net
===================================================================
--- configs/hub.elr.onenet.net	(revision 120041)
+++ configs/hub.elr.onenet.net	(working copy)
@@ -324,7 +324,7 @@
 #t1-2/0/2:21.0 up up
 #t1-2/0/2:22 up up
 #t1-2/0/2:22.0 up up
-#t1-2/0/2:23 down down
+#t1-2/0/2:23 down up
 #t1-2/0/2:24 down down
 #t1-2/0/2:25 down down
 #t1-2/0/2:26 down down



More information about the Nocrancid mailing list