[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Fri Sep 5 18:02:18 CDT 2014


Index: configs/hub.dun.onenet.net
===================================================================
--- configs/hub.dun.onenet.net	(revision 119246)
+++ configs/hub.dun.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at DUNCAN-M120-RE0> show system commit 
+#   2014-09-05 17:17:31 CDT by andrew via cli commit confirmed, rollback in 5mins synchronize
+#   2014-09-05 17:13:51 CDT by andrew via cli commit confirmed, rollback in 5mins synchronize
 #   2014-09-02 15:22:16 CDT by donnie via cli commit synchronize
 #   2014-08-31 14:14:09 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-08-29 15:04:35 CDT by andrew via cli commit synchronize
 #   2014-08-13 23:43:19 CDT by andrew via cli commit synchronize
-#   2014-08-13 11:37:10 CDT by donnie via cli commit synchronize
-#   2014-08-13 11:34:19 CDT by donnie via cli commit confirmed, rollback in 2mins synchronize
 # grnoc-mon at DUNCAN-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -265,7 +265,7 @@
 # grnoc-mon at DUNCAN-M120-RE0> show system uptime 
 # System booted: 2013-05-28 00:52 CDT 
 # Protocols started: 2013-05-28 02:18 CDT 
-# Last configured: 2014-09-02 15:22 CDT  by donnie
+# Last configured: 2014-09-05 17:17 CDT  by andrew
 # 
 # grnoc-mon at DUNCAN-M120-RE0> show interface terse 
 #Interface Admin Link
@@ -426,7 +426,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at DUNCAN-M120-RE0> show configuration 
-## Last commit: 2014-09-02 15:22:16 CDT by donnie
+## Last commit: 2014-09-05 17:17:31 CDT by andrew
 version 11.4R7.5;
 groups {
     re0 {
@@ -1289,13 +1289,8 @@
         route 164.58.63.144/29 next-hop 164.58.11.162;
         route 164.58.109.96/28 next-hop 156.110.54.42;
         route 164.58.155.88/29 next-hop 164.58.11.162;
-        route 164.58.83.192/26 next-hop 156.110.42.134;
         route 156.110.207.16/29 next-hop 164.58.252.58;
         route 156.110.59.48/29 next-hop 156.110.0.42;
-        route 164.58.69.128/27 next-hop 156.110.42.134;
-        route 164.58.157.0/26 next-hop 156.110.42.134;
-        route 164.58.165.160/28 next-hop 156.110.42.134;
-        route 164.58.167.128/28 next-hop 156.110.42.134;
     }
     router-id 164.58.199.18;
     autonomous-system 5078;
@@ -1371,6 +1366,22 @@
                 description TUL-CORE6-IBGP-V6;
             }
         }
+        group EBGP-COMANCHE-PS {
+            type external;
+            import EBGP-COMANCHE-PS-IMPORT;
+            family inet {
+                unicast;
+            }
+            export EBGP-COMANCHE-PS-EXPORT;
+            peer-as 64571;
+            bfd-liveness-detection {
+                minimum-interval 500;
+                multiplier 4;
+            }
+            neighbor 156.110.42.134 {
+                metric-out 200;
+            }
+        }
     }
     ospf {
         reference-bandwidth 100g;
@@ -1529,6 +1540,34 @@
             then reject;
         }
     }
+    policy-statement EBGP-COMANCHE-PS-EXPORT {
+        term STEP-1 {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement EBGP-COMANCHE-PS-IMPORT {
+        term prefixes {
+            from {
+                route-filter 164.58.165.160/28 exact;
+                route-filter 164.58.167.128/28 exact;
+                route-filter 164.58.157.0/26 exact;
+                route-filter 164.58.83.192/26 exact;
+            }
+            then {
+                community set 5078:64571;
+                accept;
+            }
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
     policy-statement LOAD-BALANCE {
         then {
             load-balance per-packet;
@@ -1593,6 +1632,7 @@
             then reject;
         }
     }
+    community 5078:64571 members 5078:64571;
     community Ada members 5078:22;
     community Altus members 5078:26;
     community Alva members 5078:74;
@@ -2031,11 +2071,12 @@
 # grnoc-mon at DUNCAN-M120-RE0> show bfd session 
                                                   Detect   Transmit
 Address                  State     Interface      Time     Interval  Multiplier
+156.110.42.134           Up        fe-3/0/0.10    2.000     0.500        4   
 164.58.244.125           Up        ge-3/2/3.0     1.200     0.400        3   
 164.58.245.181           Up        ge-3/2/0.0     1.200     0.400        3   
 fe80::2ac0:daff:fefd:4002 Up       ge-3/2/0.0     1.200     0.400        3   
 fe80::aad0:e5ff:fee3:a0a4 Up       ge-3/2/3.0     1.200     0.400        3   
 
-4 sessions, 4 clients
-Cumulative transmit rate 10.0 pps, cumulative receive rate 10.0 pps
+5 sessions, 5 clients
+Cumulative transmit rate 12.0 pps, cumulative receive rate 12.0 pps
 
Index: configs/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net	(revision 119354)
+++ 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 
+#   2014-09-05 17:19:32 CDT by andrew via cli commit synchronize
+#   2014-09-05 17:09:20 CDT by andrew via cli commit synchronize
+#   2014-09-05 17:05:36 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-09-05 16:32:25 CDT by andrew via cli commit synchronize
 #   2014-09-05 11:51:42 CDT by andrew via cli commit synchronize
 #   2014-09-05 11:49:47 CDT by andrew via cli commit synchronize
-#   2014-09-04 10:14:10 CDT by andrew via cli commit synchronize
-#   2014-09-04 08:16:53 CDT by rnordmark via cli commit synchronize
-#   2014-08-31 18:07:50 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        
@@ -412,7 +412,7 @@
 # grnoc-mon at OKC-CORE4-MX480-RE0> show system uptime 
 # System booted: 2014-03-16 10:32 CDT 
 # Protocols started: 2014-03-16 10:34 CDT 
-# Last configured: 2014-09-05 16:32 CDT  by andrew
+# Last configured: 2014-09-05 17:19 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse 
@@ -711,7 +711,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE4-MX480-RE0> show configuration 
-## Last commit: 2014-09-05 16:32:25 CDT by andrew
+## Last commit: 2014-09-05 17:19:32 CDT by andrew
 version 12.3R5.7;
 groups {
     re0 {
@@ -3037,6 +3037,22 @@
                 description TUL-CORE6-IBGP-V6;
             }
         }
+        group EBGP-COMANCHE-PS {
+            type external;
+            import EBGP-COMANCHE-PS-IMPORT;
+            family inet {
+                unicast;
+            }
+            export EBGP-COMANCHE-PS-EXPORT;
+            peer-as 64571;
+            bfd-liveness-detection {
+                minimum-interval 500;
+                multiplier 4;
+            }
+            neighbor 156.110.24.206 {
+                metric-out 300;
+            }
+        }
     }
     ospf {
         export OSPF-DEFAULT;
@@ -3553,6 +3569,34 @@
             then reject;
         }
     }
+    policy-statement EBGP-COMANCHE-PS-EXPORT {
+        term STEP-1 {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement EBGP-COMANCHE-PS-IMPORT {
+        term prefixes {
+            from {
+                route-filter 164.58.165.160/28 exact;
+                route-filter 164.58.167.128/28 exact;
+                route-filter 164.58.157.0/26 exact;
+                route-filter 164.58.83.192/26 exact;
+            }
+            then {
+                community set 5078:64571;
+                accept;
+            }
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
     policy-statement EBGP-COX-EXPORT {
         term STEP-1 {
             from policy COMMODITY-PREFIXES-LIST;
@@ -4136,6 +4180,7 @@
     community 5078:21518 members 5078:21518;
     community 5078:22773 members 5078:22773;
     community 5078:3923 members 5078:3923;
+    community 5078:64571 members 5078:64571;
     community 5078:8025 members 5078:8025;
     community Ada members 5078:22;
     community Altus members 5078:26;
@@ -5104,6 +5149,7 @@
 # grnoc-mon at OKC-CORE4-MX480-RE0> show bfd session 
                                                   Detect   Transmit
 Address                  State     Interface      Time     Interval  Multiplier
+156.110.24.206           Up        ge-1/2/4.640   2.000     0.500        4   
 164.58.15.41             Up        xe-0/0/0.40    1.200     0.400        3   
 164.58.15.57             Up        xe-1/0/1.56    1.200     0.400        3   
 164.58.15.74             Up        xe-0/1/0.72    1.200     0.400        3   
@@ -5116,7 +5162,7 @@
 fe80::8271:1fff:fec6:bd78 Up       xe-0/0/1.171   1.200     0.400        3   
 fe80::8618:8800:2828:38a5 Down     xe-0/0/0.40    3.000     1.000        3   
 
-11 sessions, 11 clients
-Cumulative transmit rate 26.0 pps, cumulative receive rate 26.0 pps
+12 sessions, 12 clients
+Cumulative transmit rate 28.0 pps, cumulative receive rate 28.0 pps
 
 {master}
Index: configs/hub.end.onenet.net
===================================================================
--- configs/hub.end.onenet.net	(revision 119352)
+++ configs/hub.end.onenet.net	(working copy)
@@ -374,7 +374,6 @@
 #sp-2/3/0 up up
 #sp-2/3/0.16383 up up
 #vt-2/3/0 up up
-#vt-2/3/0.1058453 up up
 #fe-3/0/0 down down
 #pfh-3/0/0 up up
 #pfh-3/0/0.16383 up up
@@ -404,6 +403,7 @@
 #sp-3/3/0.0 up up
 #sp-3/3/0.16383 up up
 #vt-3/3/0 up up
+#vt-3/3/0.1058454 up up
 #demux0 up up
 #dsc up up
 #em0 up up
Index: configs/core1.sti-mx960.onenet.net
===================================================================
--- configs/core1.sti-mx960.onenet.net	(revision 119342)
+++ configs/core1.sti-mx960.onenet.net	(working copy)
@@ -530,8 +530,8 @@
 #xe-1/1/0 up up
 #xe-1/1/0.40 up up
 #xe-1/1/0.32767 up up
-#xe-1/1/1 up up
-#xe-1/1/1.0 up up
+#xe-1/1/1 up down
+#xe-1/1/1.0 up down
 #lc-1/2/0 up up
 #lc-1/2/0.32769 up up
 #pfe-1/2/0 up up
Index: configs/hub.alv.onenet.net
===================================================================
--- configs/hub.alv.onenet.net	(revision 119352)
+++ configs/hub.alv.onenet.net	(working copy)
@@ -333,7 +333,6 @@
 #sp-2/3/0 up up
 #sp-2/3/0.16383 up up
 #vt-2/3/0 up up
-#vt-2/3/0.1059301 up up
 #fe-3/0/0 down down
 #pfh-3/0/0 up up
 #pfh-3/0/0.16383 up up
@@ -363,6 +362,7 @@
 #sp-3/3/0.0 up up
 #sp-3/3/0.16383 up up
 #vt-3/3/0 up up
+#vt-3/3/0.1059302 up up
 #demux0 up up
 #dsc up up
 #em0 up up
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net	(revision 119354)
+++ configs/core3.okc-m120.onenet.net	(working copy)
@@ -799,8 +799,8 @@
 #t1-2/3/0:8:11.0 up up
 #t1-2/3/0:8:12 up up
 #t1-2/3/0:8:12.0 up up
-#t1-2/3/0:8:13 up up
-#t1-2/3/0:8:13.0 up up
+#t1-2/3/0:8:13 up down
+#t1-2/3/0:8:13.0 up down
 #t1-2/3/0:8:14 up up
 #t1-2/3/0:8:14.0 up up
 #t1-2/3/0:8:15 up up



More information about the Nocrancid mailing list