[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Thu Jul 3 11:02:16 CDT 2014


Index: configs/core1.okc-mx960.onenet.net
===================================================================
--- configs/core1.okc-mx960.onenet.net	(revision 117518)
+++ 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-03 10:53:05 CDT by josh via cli commit synchronize
+#   2014-07-03 10:51:21 CDT by josh via cli commit confirmed, rollback in 3mins synchronize
+#   2014-07-03 10:23:04 CDT by josh via cli commit confirmed, rollback in 4mins synchronize
 #   2014-06-26 16:49:11 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-06-25 17:06:37 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-06-25 16:53:41 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
-#   2014-06-20 17:14:38 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
-#   2014-06-20 15:38:26 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
-#   2014-06-20 15:05:59 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        
@@ -456,7 +456,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-06-26 16:49 CDT  by andrew
+# Last configured: 2014-07-03 10:53 CDT  by josh
 # 
 # {master}
 # grnoc-mon at OKC-CORE1-MX960-RE0> show interface terse 
@@ -681,7 +681,7 @@
 #lsi up up
 #lsi.0 up up
 #lsi.1 up up
-#lsi.2 up up
+#lsi.3 up up
 #lsi.1059585 up up
 #lsi.1059586 up up
 #lsi.1059591 up up
@@ -693,7 +693,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE1-MX960-RE0> show configuration 
-## Last commit: 2014-06-26 16:49:11 CDT by andrew
+## Last commit: 2014-07-03 10:53:05 CDT by josh
 version 11.4R7.5;
 groups {
     re0 {
@@ -1175,6 +1175,10 @@
             vlan-id 1105;
             family inet {
                 mtu 9000;
+                sampling {
+                    input;
+                    output;
+                }
                 address 172.25.255.254/31;
             }
         }
@@ -12500,6 +12504,9 @@
     prefix-list PRE-L0-SOURCES {
         apply-path "interfaces lo0 unit <*> family inet address <164.*>";
     }
+    prefix-list PRE-BGP-ALLOW-RI {
+        apply-path "routing-instances <*> protocols bgp group <*> neighbor <*>";
+    }
     policy-statement COMMODITY-PREFIXES-LIST {
         term prefixes {
             from {
@@ -12661,6 +12668,26 @@
             then reject;
         }
     }
+    policy-statement EBGP-OMES-ODOT-EXPORT {
+        term export-community {
+            from community ODOT-VPN;
+            then accept;
+        }
+        term reject-all {
+            then reject;
+        }
+    }
+    policy-statement EBGP-OMES-ODOT-IMPORT {
+        term step-1 {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then accept;
+        }
+        term reject-all {
+            then reject;
+        }
+    }
     policy-statement EBGP-QWEST-EXPORT {
         term STEP-1 {
             from policy COMMODITY-PREFIXES-LIST;
@@ -13212,6 +13239,7 @@
                 from {
                     prefix-list {
                         PRE-BGP-ALLOW;
+                        PRE-BGP-ALLOW-RI;
                     }
                     protocol tcp;
                     port 179;
@@ -13411,12 +13439,30 @@
         instance-type vrf;
         interface xe-1/3/0.1105;
         interface ge-2/3/8.2538;
-        route-distinguisher 164.58.199.211:2538;
+        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;
+        routing-options {
+            router-id 172.25.255.254;
+            autonomous-system 64569;
+        }
         protocols {
+            bgp {
+                group EBGP-OMES-ODOT {
+                    type external;
+                    family inet {
+                        unicast;
+                    }
+                    neighbor 172.25.255.255 {
+                        import EBGP-OMES-ODOT-IMPORT;
+#                        authentication-key <removed>;
+                        export EBGP-OMES-ODOT-EXPORT;
+                        peer-as 40628;
+                    }
+                }
+            }
             ospf {
                 external-preference 255;
                 export ODOT-VRF-IMPORT;
Index: configs/core2-okc-mx960.onenet.net
===================================================================
--- configs/core2-okc-mx960.onenet.net	(revision 117500)
+++ configs/core2-okc-mx960.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE2-MX960-RE0> show system commit 
+#   2014-07-03 10:26:38 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
+#   2014-07-03 10:19:16 CDT by josh via cli commit confirmed, rollback in 4mins synchronize
+#   2014-07-03 10:13:10 CDT by josh via cli commit confirmed, rollback in 4mins synchronize
+#   2014-07-03 10:11:23 CDT by josh via cli commit synchronize
+#   2014-07-03 10:10:31 CDT by josh via cli commit confirmed, rollback in 4mins synchronize
 #   2014-07-02 10:04:57 CDT by andrew via cli commit synchronize
-#   2014-07-01 16:12:09 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
-#   2014-07-01 14:24:51 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
-#   2014-07-01 13:49:30 CDT by andrew via cli commit synchronize
-#   2014-07-01 13:43:44 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
-#   2014-07-01 13:25:03 CDT by rnordmark via cli commit synchronize
 # grnoc-mon at OKC-CORE2-MX960-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -404,7 +404,7 @@
 # grnoc-mon at OKC-CORE2-MX960-RE0> show system uptime 
 # System booted: 2014-05-24 22:29 CDT 
 # Protocols started: 2014-05-24 22:31 CDT 
-# Last configured: 2014-07-02 10:04 CDT  by andrew
+# Last configured: 2014-07-03 10:26 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at OKC-CORE2-MX960-RE0> show interface terse 
@@ -594,7 +594,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE2-MX960-RE0> show configuration 
-## Last commit: 2014-07-02 10:04:57 CDT by andrew
+## Last commit: 2014-07-03 10:26:38 CDT by andrew
 version 11.4R7.5;
 groups {
     re0 {
@@ -1020,6 +1020,10 @@
             vlan-id 1104;
             family inet {
                 mtu 9000;
+                sampling {
+                    input;
+                    output;
+                }
                 address 172.25.255.252/31;
             }
         }
@@ -1285,7 +1289,7 @@
         }
     }
     inactive: xe-2/3/1 {
-        description "CORE 10GE to xxx.okc xe-x/x/x | CIR000XXXX";
+        description "CORE 10GE to xxx.okc xe-x/x/x [NO-MONITOR] | CIR000XXXX";
         vlan-tagging;
         mtu 9192;
         encapsulation flexible-ethernet-services;
@@ -1297,8 +1301,6 @@
                     input;
                     output;
                 }
-                address 164.58.21.65/30;
-                address 164.58.21.69/30;
             }
             family mpls;
         }
@@ -12177,6 +12179,9 @@
         172.16.156.30/32;
         172.16.156.33/32;
     }
+    prefix-list PRE-BGP-ALLOW-RI {
+        apply-path "routing-instances <*> protocols bgp group <*> neighbor <*>";
+    }
     policy-statement DEFAULT-ONLY-EXPORT {
         term ACCEPT-DEFAULT {
             from {
@@ -12259,6 +12264,26 @@
             then reject;
         }
     }
+    policy-statement EBGP-OMES-ODOT-EXPORT {
+        term export-community {
+            from community ODOT-VPN;
+            then accept;
+        }
+        term reject-all {
+            then reject;
+        }
+    }
+    policy-statement EBGP-OMES-ODOT-IMPORT {
+        term step-1 {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then accept;
+        }
+        term reject-all {
+            then reject;
+        }
+    }
     policy-statement LOAD-BALANCE {
         then {
             load-balance per-packet;
@@ -12706,6 +12731,7 @@
                 from {
                     prefix-list {
                         PRE-BGP-ALLOW;
+                        PRE-BGP-ALLOW-RI;
                     }
                     protocol tcp;
                     port 179;
@@ -16457,7 +16483,25 @@
         vrf-export ODOT-VRF-EXPORT;
         vrf-target target:5078:2538;
         vrf-table-label;
+        routing-options {
+            router-id 172.25.255.252;
+            autonomous-system 64569;
+        }
         protocols {
+            bgp {
+                group EBGP-OMES-ODOT {
+                    type external;
+                    family inet {
+                        unicast;
+                    }
+                    neighbor 172.25.255.253 {
+                        import EBGP-OMES-ODOT-IMPORT;
+#                        authentication-key <removed>;
+                        export EBGP-OMES-ODOT-EXPORT;
+                        peer-as 40628;
+                    }
+                }
+            }
             ospf {
                 external-preference 255;
                 export ODOT-VRF-IMPORT;
Index: configs/swi.cai.eosc.onenet.net
===================================================================
--- configs/swi.cai.eosc.onenet.net	(revision 117479)
+++ configs/swi.cai.eosc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at SWI-EOSC-EX-3300> show system commit 
+#   2014-07-03 10:41:01 CDT by donnie via cli commit confirmed, rollback in 1mins
 #   2014-07-01 16:11:44 CDT by root via other
 #   2014-07-01 16:09:57 CDT by donnie via cli commit confirmed, rollback in 1mins
 #   2014-07-01 15:51:04 CDT by donnie via cli
 #   2014-06-25 12:51:30 CDT by donnie via cli
 #   2014-06-25 12:44:11 CDT by donnie via cli commit confirmed, rollback in 2mins
-#   2014-06-20 08:56:08 CDT by jeremyt via cli
 # grnoc-mon at SWI-EOSC-EX-3300> show chassis environment 
 # Class Item                           Status     Measurement
 # Power FPC 0 Power Supply 0           OK        
@@ -161,7 +161,7 @@
 # --------------------------------------------------------------------------
 # System booted: 2013-05-23 14:17 CDT 
 # Protocols started: 2013-05-23 14:19 CDT 
-# Last configured: 2014-07-01 16:11 CDT  by root
+# Last configured: 2014-07-03 10:41 CDT  by donnie
 # 
 # {master:0}
 # grnoc-mon at SWI-EOSC-EX-3300> show interface terse 
@@ -189,6 +189,7 @@
 #ge-0/0/19 up down
 #ge-0/0/20 up down
 #ge-0/0/21 up down
+#ge-0/0/21.0 up down
 #ge-0/0/22 up up
 #ge-0/0/22.0 up up
 #ge-0/0/23 up up
@@ -217,7 +218,7 @@
 #vlan.200 up up
 #vme up down
 # grnoc-mon at SWI-EOSC-EX-3300> show configuration 
-## Last commit: 2014-07-01 16:11:44 CDT by root
+## Last commit: 2014-07-03 10:41:01 CDT by donnie
 version 12.3R2.5;
 system {
     host-name SWI-EOSC-EX-3300;
@@ -370,6 +371,16 @@
             }
         }
     }
+    ge-0/0/21 {
+        description "Vyve Testing to Frink Chambers";
+        unit 0 {
+            family ethernet-switching {
+                vlan {
+                    members vlan-210;
+                }
+            }
+        }
+    }
     ge-0/0/22 {
         description "NNI to VYVE - MCA - CIR000XXXX";
         unit 0 {
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net	(revision 117528)
+++ configs/core3.okc-m120.onenet.net	(working copy)
@@ -832,7 +832,7 @@
 #t1-2/3/0:9:12.0 up up
 #t1-2/3/0:9:13 up up
 #t1-2/3/0:9:13.0 up up
-#t1-2/3/0:9:14 up down
+#t1-2/3/0:9:14 up up
 #t1-2/3/0:9:15 up up
 #t1-2/3/0:9:15.0 up up
 #t1-2/3/0:9:16 up up
@@ -1172,8 +1172,8 @@
 #t1-3/3/0:5:4 down down
 #t1-3/3/0:5:5 down down
 #t1-3/3/0:5:6 down down
-#t1-3/3/0:5:7 up up
-#t1-3/3/0:5:7.0 up up
+#t1-3/3/0:5:7 up down
+#t1-3/3/0:5:7.0 up down
 #t1-3/3/0:5:8 down down
 #t1-3/3/0:5:9 up up
 #t1-3/3/0:5:9.0 up up
@@ -1910,7 +1910,7 @@
 #lsq-5/1/0.111 up up
 #lsq-5/1/0.112 up up
 #lsq-5/1/0.113 up up
-#lsq-5/1/0.116 up up
+#lsq-5/1/0.116 up down
 #lsq-5/1/0.117 up up
 #lsq-5/1/0.119 up up
 #lsq-5/1/0.121 up up
Index: configs/core.rack59.onenet.net
===================================================================
--- configs/core.rack59.onenet.net	(revision 117500)
+++ configs/core.rack59.onenet.net	(working copy)
@@ -1,13 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at RACK59-MX104-RE0> show system commit 
+#   2014-07-03 10:28:28 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
+#   2014-07-03 10:24:01 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-07-02 10:04:41 CDT by andrew via cli commit synchronize
 #   2014-07-01 14:23:50 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-07-01 14:08:41 CDT by admin via cli commit confirmed, rollback in 2mins synchronize
 #   2014-07-01 13:53:03 CDT by admin via cli commit confirmed, rollback in 2mins synchronize
-#   2010-03-03 23:45:49 CST by admin via cli commit confirmed, rollback in 3mins synchronize
-#   2009-12-31 21:34:43 CST by root via other
-#     Synchronization with remote Routing Engine
 # grnoc-mon at RACK59-MX104-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -217,7 +216,7 @@
 # grnoc-mon at RACK59-MX104-RE0> show system uptime 
 # System booted: 2014-04-30 11:29 CDT 
 # Protocols started: 2014-04-30 11:31 CDT 
-# Last configured: 2014-07-02 10:04 CDT  by andrew
+# Last configured: 2014-07-03 10:28 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at RACK59-MX104-RE0> show interface terse 
@@ -252,7 +251,7 @@
 #xe-2/0/0.42 up up
 #xe-2/0/0.32767 up up
 #xe-2/0/1 up down
-#xe-2/0/1.69 up down
+#xe-2/0/1.42 up down
 #xe-2/0/1.32767 up down
 #xe-2/0/2 up down
 #xe-2/0/3 up down
@@ -280,7 +279,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at RACK59-MX104-RE0> show configuration 
-## Last commit: 2014-07-02 10:04:41 CDT by andrew
+## Last commit: 2014-07-03 10:28:28 CDT by andrew
 version 13.2R2.4;
 groups {
     re0 {
@@ -509,19 +508,19 @@
         }
     }
     xe-2/0/1 {
-        description "CORE 10GE to core.hutelr xe-2/1/1 | CIR000XXXX";
+        description "CORE 10GE to core.hutelr xe-2/1/1 [NO-MONITOR] | OneNet-RACK59-ELR-XE-XXXX";
         vlan-tagging;
         mtu 9192;
         encapsulation flexible-ethernet-services;
-        unit 69 {
-            vlan-id 69;
+        unit 42 {
+            vlan-id 42;
             family inet {
                 mtu 9000;
                 sampling {
                     input;
                     output;
                 }
-                address 164.58.21.70/30;
+                address 164.58.244.46/30;
             }
             family mpls;
         }
@@ -533,7 +532,7 @@
         unit 0 {
             family inet {
                 filter {
-                    inactive: input PROTECT-RE;
+                    input PROTECT-RE;
                 }
                 address 164.58.199.80/32;
                 address 127.0.0.1/32;
@@ -614,8 +613,8 @@
 protocols {
     mpls {
         interface lo0.0;
-        interface xe-2/0/1.69;
         interface xe-2/0/0.42;
+        interface xe-2/0/1.42;
     }
     bgp {
         group CORE-RR {
@@ -652,12 +651,12 @@
                 disable;
             }
             interface xe-0/0/0.69;
-            interface xe-2/0/1.69 {
+            interface xe-2/0/0.42 {
                 authentication {
                     md5 7 key "$9$7FNwYoJDjkPJZPQFnu08Xx7b2aZUiqfYgZjHqf5"; ## SECRET-DATA
                 }
             }
-            interface xe-2/0/0.42 {
+            interface xe-2/0/1.42 {
                 authentication {
                     md5 7 key "$9$7FNwYoJDjkPJZPQFnu08Xx7b2aZUiqfYgZjHqf5"; ## SECRET-DATA
                 }
@@ -673,15 +672,15 @@
                 link-protection;
                 ipsec-sa OneNet-OSPF3-AUTH;
                 bfd-liveness-detection {
-                    minimum-interval 100;
+                    minimum-interval 400;
                     multiplier 3;
                 }
             }
-            interface xe-2/0/1.69 {
+            interface xe-2/0/1.42 {
                 link-protection;
                 ipsec-sa OneNet-OSPF3-AUTH;
                 bfd-liveness-detection {
-                    minimum-interval 100;
+                    minimum-interval 400;
                     multiplier 3;
                 }
             }
@@ -691,7 +690,7 @@
         preference 255;
         track-igp-metric;
         interface xe-2/0/0.42;
-        interface xe-2/0/1.69;
+        interface xe-2/0/1.42;
         interface lo0.0;
     }
     lldp {



More information about the Nocrancid mailing list