[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Sat Mar 7 23:02:26 CST 2015


Index: configs/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net	(revision 124644)
+++ 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 
+#   2015-03-07 22:52:34 CST by andrew via cli commit synchronize
+#   2015-03-07 22:45:07 CST by andrew via cli commit synchronize
+#   2015-03-07 22:40:13 CST by andrew via cli commit synchronize
+#   2015-03-07 22:37:30 CST by andrew via cli commit confirmed, rollback in 3mins synchronize
 #   2015-03-06 16:07:58 CST by andrew via cli commit synchronize
 #   2015-03-06 16:03:59 CST by andrew via cli commit synchronize
-#   2015-03-06 15:36:49 CST by andrew via cli commit synchronize
-#   2015-03-06 15:32:37 CST by andrew via cli commit synchronize
-#   2015-03-06 15:18:24 CST by andrew via cli commit synchronize
-#   2015-03-06 15:16:06 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        
@@ -422,7 +422,7 @@
 # grnoc-mon at OKC-CORE4-MX480-RE0> show system uptime 
 # System booted: 2014-09-16 23:49 CDT 
 # Protocols started: 2014-09-16 23:51 CDT 
-# Last configured: 2015-03-06 16:07 CST  by andrew
+# Last configured: 2015-03-07 22:52 CST  by andrew
 # 
 # {master}
 # grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse 
@@ -810,6 +810,7 @@
 #lsi.2 up up
 #lsi.3 up up
 #lsi.4 up up
+#lsi.5 up up
 #lsi.1049327 up up
 #lsi.1049478 up up
 #lsi.1049743 up up
@@ -826,7 +827,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE4-MX480-RE0> show configuration 
-## Last commit: 2015-03-06 16:07:58 CST by andrew
+## Last commit: 2015-03-07 22:52:34 CST by andrew
 version 12.3R7.7;
 groups {
     re0 {
@@ -1971,6 +1972,10 @@
             description "ODMHSAS-SUBSTANCE-ABUSE-SERVICES-OKC-50M-CIR0006110 [ORDERED]";
             vlan-id 254;
             family inet {
+                policer {
+                    input 50M-POL;
+                    output 50M-POL;
+                }
                 address 10.119.21.97/30;
             }
         }
@@ -4507,6 +4512,19 @@
                             }
                         }
                     }
+                    maintenance-association OKL240ODM {
+                        continuity-check {
+                            interval 1m;
+                        }
+                        mep 100 {
+                            interface xe-0/0/1.254;
+                            direction down;
+                            remote-mep 101 {
+                                action-profile LINK-DOWN;
+                                sla-iterator-profile TWO-WAY-DELAY;
+                            }
+                        }
+                    }
                 }
             }
         }
@@ -4717,6 +4735,9 @@
         198.186.190.0/24;
         209.50.158.0/24;
     }
+    prefix-list PRE-BGP-RI-ALLOW {
+        apply-path "routing-instances <*> protocols bgp group <*> neighbor <*>";
+    }
     policy-statement AREON-PREFIX-LIST {
         term prefixes {
             from {
@@ -5289,6 +5310,69 @@
             then accept;
         }
     }
+    policy-statement ODMHSAS-L3VPN-EBGP-EXPORT {
+        term DEFAULT {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement ODMHSAS-L3VPN-EBGP-IMPORT {
+        term REJECT-DEFAULT {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then reject;
+        }
+        term IMPORT {
+            from {
+                route-filter 10.0.0.0/8 orlonger;
+            }
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement ODMHSAS-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add ODMHSAS-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add ODMHSAS-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol bgp;
+            then {
+                community add ODMHSAS-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement ODMHSAS-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community ODMHSAS-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement OIDS-VRF-EXPORT {
         term 1 {
             from protocol static;
@@ -5637,6 +5721,7 @@
     community NORMANCORE1 members 5078:230;
     community NORMANCORE2 members 5078:231;
     community NTT-Prepend members 209:64583;
+    community ODMHSAS-VPN members target:5078:2559;
     community OIDS-VPN members target:5078:2532;
     community OKCCCCORE1 members 5078:233;
     community OKCCORE1 members 5078:211;
@@ -6023,6 +6108,7 @@
                 from {
                     prefix-list {
                         PRE-BGP-ALLOW;
+                        PRE-BGP-RI-ALLOW;
                     }
                     protocol tcp;
                     port 179;
@@ -6786,6 +6872,40 @@
             }
         }
     }
+    ODMHSAS-L3VPN {
+        description ODMHSAS-L3VPN;
+        instance-type vrf;
+        interface xe-0/0/1.254;
+        route-distinguisher 164.58.199.214:2559;
+        vrf-import ODMHSAS-VRF-IMPORT;
+        vrf-export ODMHSAS-VRF-EXPORT;
+        vrf-target target:5078:2559;
+        vrf-table-label;
+        protocols {
+            bgp {
+                group EBGP-ODMHSAS {
+                    type external;
+                    import ODMHSAS-L3VPN-EBGP-IMPORT;
+                    family inet {
+                        unicast {
+                            loops 2;
+                        }
+                    }
+                    export ODMHSAS-L3VPN-EBGP-EXPORT;
+                    peer-as 64577;
+                    local-as 64575 loops 2 no-prepend-global-as;
+                    bfd-liveness-detection {
+                        minimum-interval 2000;
+                        multiplier 3;
+                    }
+                    as-override;
+                    neighbor 10.119.21.98 {
+                        description "EBGP-ODMHSAS-SUBSTANCE-ABUSE-SERVICES-OKC-CIR0006110 [NO-MONITOR]";
+                    }
+                }
+            }
+        }
+    }
     OIDS-L3VPN {
         description OIDS-L3VPN;
         instance-type vrf;
@@ -7075,6 +7195,7 @@
 # grnoc-mon at OKC-CORE4-MX480-RE0> show bfd session 
                                                   Detect   Transmit
 Address                  State     Interface      Time     Interval  Multiplier
+10.119.21.98             Up        xe-0/0/1.254   6.000     2.000        3   
 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   
@@ -7089,7 +7210,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   
 
-13 sessions, 16 clients
-Cumulative transmit rate 28.5 pps, cumulative receive rate 28.5 pps
+14 sessions, 17 clients
+Cumulative transmit rate 29.0 pps, cumulative receive rate 29.0 pps
 
 {master}
Index: configs/core.odmhsas-okc.onenet.net
===================================================================
--- configs/core.odmhsas-okc.onenet.net	(revision 124627)
+++ configs/core.odmhsas-okc.onenet.net	(working copy)
@@ -1,13 +1,13 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ODMHSAS-OKC-MX104-RE0> show system commit 
+#   2015-03-07 22:51:59 CST by andrew via cli commit synchronize
 #   2015-03-06 15:49:39 CST by admin via cli commit synchronize
 #   2015-03-06 15:37:03 CST by admin via cli commit confirmed, rollback in 3mins synchronize
 #   2015-03-06 13:37:09 CST by admin via cli commit synchronize
 #   2015-03-06 13:29:01 CST by root via other
 #     Synchronization with remote Routing Engine
 #   2015-03-06 12:30:23 CST by admin via cli commit synchronize
-#   2015-03-06 11:46:06 CST by admin via cli commit synchronize
 # grnoc-mon at ODMHSAS-OKC-MX104-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -224,7 +224,7 @@
 # grnoc-mon at ODMHSAS-OKC-MX104-RE0> show system uptime 
 # System booted: 2015-03-06 14:16 CST 
 # Protocols started: 2015-03-06 14:18 CST 
-# Last configured: 2015-03-06 15:49 CST  by admin
+# Last configured: 2015-03-07 22:51 CST  by andrew
 # 
 # {master}
 # grnoc-mon at ODMHSAS-OKC-MX104-RE0> show interface terse 
@@ -284,7 +284,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at ODMHSAS-OKC-MX104-RE0> show configuration 
-## Last commit: 2015-03-06 15:49:39 CST by admin
+## Last commit: 2015-03-07 22:51:59 CST by andrew
 version 13.3R4.6;
 groups {
     re0 {
@@ -1167,7 +1167,7 @@
                     }
                     export ODMHSAS-L3VPN-EBGP-HEADEND-EXPORT;
                     peer-as 64576;
-                    local-as 64575 no-prepend-global-as;
+                    local-as 64575 loops 2 no-prepend-global-as;
                     bfd-liveness-detection {
                         minimum-interval 2000;
                         multiplier 3;



More information about the Nocrancid mailing list