[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Wed Mar 22 21:04:22 CDT 2017


Index: configs/core1.nor.onenet.net
===================================================================
--- configs/core1.nor.onenet.net	(revision 151728)
+++ configs/core1.nor.onenet.net	(working copy)
@@ -424,10 +424,10 @@
 #pfe-0/2/0 up up
 #pfe-0/2/0.16383 up up
 #ge-0/2/1 down down
-#ge-0/2/2 up down
-#ge-0/2/2.80 up down
-#ge-0/2/2.500 up down
-#ge-0/2/2.32767 up down
+#ge-0/2/2 up up
+#ge-0/2/2.80 up up
+#ge-0/2/2.500 up up
+#ge-0/2/2.32767 up up
 #ge-0/2/3 up up
 #ge-0/2/3.42 up up
 #ge-0/2/3.32767 up up
@@ -497,13 +497,13 @@
 #xe-1/2/0.500 up up
 #xe-1/2/0.502 up down
 #xe-1/2/0.32767 up up
-#xe-1/2/1 up down
-#xe-1/2/1.80 up down
-#xe-1/2/1.81 up down
-#xe-1/2/1.500 up down
-#xe-1/2/1.502 up down
-#xe-1/2/1.503 up down
-#xe-1/2/1.32767 up down
+#xe-1/2/1 up up
+#xe-1/2/1.80 up up
+#xe-1/2/1.81 up up
+#xe-1/2/1.500 up up
+#xe-1/2/1.502 up up
+#xe-1/2/1.503 up up
+#xe-1/2/1.32767 up up
 #xe-1/3/0 up up
 #xe-1/3/0.402 up up
 #xe-1/3/0.403 up up
Index: configs/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net	(revision 151728)
+++ 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 
-#   2017-03-22 19:51:38 CDT by andrew via cli commit synchronize
-#   2017-03-08 18:20:58 CST by aberrios via cli commit synchronize
-#   2017-03-08 11:43:30 CST by aberrios via cli commit synchronize
-#   2017-03-06 12:05:00 CST by aberrios via cli commit synchronize
-#   2017-03-06 10:57:11 CST by andrew via cli commit synchronize
-#   2017-03-05 16:20:58 CST by andrew via cli commit synchronize
+#   2017-03-22 20:50:51 CDT by andrew via cli commit synchronize
+#   2017-03-22 20:49:06 CDT by andrew via cli commit synchronize
+#   2017-03-22 20:39:54 CDT by andrew via cli commit synchronize
+#   2017-03-22 20:36:18 CDT by andrew via cli commit synchronize
+#   2017-03-22 20:33:35 CDT by andrew via cli commit synchronize
+#   2017-03-22 20:31:21 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        
@@ -436,7 +436,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: 2017-03-22 19:51 CDT  by andrew
+# Last configured: 2017-03-22 20:50 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse 
@@ -1238,6 +1238,7 @@
 #lsi.30 up up
 #lsi.31 up up
 #lsi.32 up up
+#lsi.33 up up
 #lsi.1048578 up up
 #lsi.1048584 up up
 #lsi.1048586 up up
@@ -1312,7 +1313,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE4-MX480-RE0> show configuration 
-## Last commit: 2017-03-22 19:51:38 CDT by andrew
+## Last commit: 2017-03-22 20:50:51 CDT by andrew
 version 13.3R9.13;
 groups {
     re0 {
@@ -9014,6 +9015,9 @@
         route 164.58.18.216/29 next-hop 156.110.27.218;
         route 156.110.24.84/30 next-hop 156.110.27.218;
         route 164.58.23.224/28 next-hop 164.58.7.154;
+        route 164.58.0.142/31 next-hop 164.58.0.139;
+        route 164.58.29.64/28 next-hop 164.58.0.139;
+        route 164.58.0.4/32 next-hop 164.58.0.139;
     }
     router-id 164.58.199.214;
     autonomous-system 5078;
@@ -12518,6 +12522,48 @@
             then reject;
         }
     }
+    policy-statement PAVM-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add PAVM-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add PAVM-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add PAVM-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add PAVM-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement PAVM-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community PAVM-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement PONCA-CITY-UC-VRF-EXPORT {
         term 1 {
             from protocol static;
@@ -12878,6 +12924,7 @@
     community OSBI-VPN members target:5078:2546;
     community OTRD-DATA-VPN members target:5078:2569;
     community OTRD-GUEST-VPN members target:5078:2574;
+    community PAVM-VPN members target:5078:2620;
     community PONCA-CITY-UC-VPN members target:5078:2581;
     community PRYOR-PL-VPN members target:5078:2617;
     community PS-NET-VPN members target:5078:2530;
@@ -15483,6 +15530,22 @@
             }
         }
     }
+    PAVM-L3VPN {
+        description PAVM-L3VPN;
+        instance-type vrf;
+        interface ae3.552;
+        interface ae3.581;
+        route-distinguisher 164.58.199.214:2620;
+        vrf-import PAVM-VRF-IMPORT;
+        vrf-export PAVM-VRF-EXPORT;
+        vrf-target target:5078:2620;
+        vrf-table-label;
+        routing-options {
+            static {
+                route 0.0.0.0/0 next-hop 164.58.0.143;
+            }
+        }
+    }
     PIONEER-NNI-VPLS {
         description PIONEER-NNI-VPLS;
         instance-type vpls;
Index: configs/core.owtcred.onenet.net
===================================================================
--- configs/core.owtcred.onenet.net	(revision 151710)
+++ configs/core.owtcred.onenet.net	(working copy)
@@ -305,7 +305,7 @@
 #lsi.1053445 up up
 #lsi.1053446 up up
 #lsi.1053450 up up
-#lsi.1053452 up up
+#lsi.1053453 up up
 #me0 up up
 #me0.0 up up
 #mtun up up
Index: configs/odmhsas-camhc-idabel.client.onenet.net
===================================================================
--- configs/odmhsas-camhc-idabel.client.onenet.net	(revision 151728)
+++ configs/odmhsas-camhc-idabel.client.onenet.net	(working copy)
@@ -148,7 +148,7 @@
 #ppe0 up up
 #st0 up up
 #st0.1 up up
-#st0.2 up down
+#st0.2 up up
 #tap up up
 #vlan up up
 #vlan.4 up up
Index: configs/opt.nrm.onenet.net
===================================================================
--- configs/opt.nrm.onenet.net	(revision 151546)
+++ configs/opt.nrm.onenet.net	(working copy)
@@ -44,7 +44,6 @@
         <interface name="CHAN-1-3-30-RX" abbr_name="CHAN-1-3-30-RX" admin_state="down" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
         <interface name="CHAN-1-3-31-RX" abbr_name="CHAN-1-3-31-RX" admin_state="down" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
         <interface name="CHAN-1-3-32-RX" abbr_name="CHAN-1-3-32-RX" admin_state="down" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
-        <interface name="CHAN-1-3-33-RX" abbr_name="CHAN-1-3-33-RX" admin_state="down" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
         <interface name="CHAN-1-3-34-RX" abbr_name="CHAN-1-3-34-RX" admin_state="down" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
         <interface name="CHAN-1-3-35-RX" abbr_name="CHAN-1-3-35-RX" admin_state="down" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
         <interface name="CHAN-1-3-36-RX" abbr_name="CHAN-1-3-36-RX" admin_state="down" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
Index: configs/stringtown-high-school.client.onenet.net
===================================================================
--- configs/stringtown-high-school.client.onenet.net	(revision 151728)
+++ 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.lan.onenet.net
===================================================================
--- configs/core1.lan.onenet.net	(revision 151688)
+++ configs/core1.lan.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at LANGSTON-MX104-RE0> show system commit 
-#   2017-03-13 12:20:35 CDT by joel via cli commit synchronize
-#   2017-02-26 18:30:22 CST by andrew via cli commit synchronize
-#   2017-02-13 10:31:28 CST by andrew via cli commit synchronize
-#   2017-01-28 20:47:22 CST by andrew via cli commit synchronize
-#   2016-11-17 14:58:08 CST by andrew via cli commit synchronize
-#   2016-10-31 11:36:31 CDT by andrew via cli commit synchronize
+#   2017-03-22 20:50:48 CDT by andrew via cli commit synchronize
+#   2017-03-22 20:36:39 CDT by andrew via cli commit synchronize
+#   2017-03-22 20:33:21 CDT by andrew via cli commit synchronize
+#   2017-03-22 20:31:43 CDT by andrew via cli commit synchronize
+#   2017-03-22 20:30:23 CDT by andrew via cli commit synchronize
+#   2017-03-22 20:20:10 CDT by andrew via cli commit synchronize
 # grnoc-mon at LANGSTON-MX104-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -240,7 +240,7 @@
 # grnoc-mon at LANGSTON-MX104-RE0> show system uptime 
 # System booted: 2016-03-18 00:37 CDT 
 # Protocols started: 2016-03-18 00:41 CDT 
-# Last configured: 2017-03-13 12:20 CDT  by joel
+# Last configured: 2017-03-22 20:50 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at LANGSTON-MX104-RE0> show interface terse 
@@ -314,11 +314,13 @@
 #irb up up
 #lo0 up up
 #lo0.0 up up
+#lo0.1 up up
 #lo0.16384 up up
 #lo0.16385 up up
 #lsi up up
 #lsi.0 up up
 #lsi.2 up up
+#lsi.3 up up
 #lsi.1048923 up up
 #lsi.1048944 up up
 #lsi.1048946 up up
@@ -349,7 +351,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at LANGSTON-MX104-RE0> show configuration 
-## Last commit: 2017-03-13 12:20:35 CDT by joel
+## Last commit: 2017-03-22 20:50:48 CDT by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -765,6 +767,11 @@
                 address 2610:1d8::164:58:199:236/128;
             }
         }
+        unit 1 {
+            family inet {
+                address 164.58.0.4/32;
+            }
+        }
     }
 }
 snmp {
@@ -1122,6 +1129,48 @@
             then reject;
         }
     }
+    policy-statement PAVM-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add PAVM-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add PAVM-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add PAVM-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add PAVM-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement PAVM-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community PAVM-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement REDISTRIBUTE-DIRECTS {
         term 1 {
             from protocol direct;
@@ -1146,6 +1195,7 @@
     community LANGSTON members 5078:9236;
     community OFFN-VPN members target:5078:2572;
     community ONENET-POP-APPLIANCES members target:5078:2012;
+    community PAVM-VPN members target:5078:2620;
 }
 class-of-service {
     classifiers {
@@ -1405,6 +1455,16 @@
         vrf-target target:5078:2012;
         vrf-table-label;
     }
+    PAVM-L3VPN {
+        description PAVM-L3VPN;
+        instance-type vrf;
+        interface lo0.1;
+        route-distinguisher 164.58.199.236:2620;
+        vrf-import PAVM-VRF-IMPORT;
+        vrf-export PAVM-VRF-EXPORT;
+        vrf-target target:5078:2620;
+        vrf-table-label;
+    }
     VPLS-LANGSTON {
         description VPLS-LANGSTON;
         instance-type vpls;



More information about the Nocrancid mailing list