[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Thu May 7 18:02:24 CDT 2015


Index: configs/core.end.onenet.net
===================================================================
--- configs/core.end.onenet.net	(revision 126739)
+++ configs/core.end.onenet.net	(working copy)
@@ -369,7 +369,6 @@
 #lsi.1056445 up up
 #lsi.1056470 up up
 #lsi.1056529 up up
-#lsi.1056543 up up
 #lsi.1056569 up up
 #lsi.1056570 up up
 #lsi.1056606 up up
@@ -399,6 +398,7 @@
 #lsi.1056681 up up
 #lsi.1056682 up up
 #lsi.1056683 up up
+#lsi.1056684 up up
 #mtun up up
 #pimd up up
 #pime up up
Index: configs/core1.okc-mx960.onenet.net
===================================================================
--- configs/core1.okc-mx960.onenet.net	(revision 126707)
+++ 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 
+#   2015-05-07 17:52:38 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
 #   2015-04-28 16:17:28 CDT by andrew via cli commit synchronize
 #   2015-04-23 11:33:01 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
 #   2015-04-23 11:21:30 CDT by andrew via cli commit synchronize
 #   2015-04-23 11:16:06 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
 #   2015-04-16 09:54:35 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
-#   2015-04-15 19:24:12 CDT by sky via cli commit synchronize
 # grnoc-mon at OKC-CORE1-MX960-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -479,7 +479,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: 2015-04-28 16:17 CDT  by andrew
+# Last configured: 2015-05-07 17:52 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at OKC-CORE1-MX960-RE0> show interface terse 
@@ -610,7 +610,8 @@
 #ge-2/3/6 up down
 #ge-2/3/7 up down
 #ge-2/3/8 up up
-#ge-2/3/8.2531 up up
+#ge-2/3/8.2548 up up
+#ge-2/3/8.2550 up up
 #ge-2/3/8.32767 up up
 #ge-2/3/9 up up
 #ge-2/3/9.0 up up
@@ -704,6 +705,8 @@
 #lo0.16384 up up
 #lo0.16385 up up
 #lsi up up
+#lsi.512 up up
+#lsi.513 up up
 #lsi.1059891 up up
 #lsi.1059942 up up
 #lsi.1059964 up up
@@ -719,7 +722,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE1-MX960-RE0> show configuration 
-## Last commit: 2015-04-28 16:17:28 CDT by andrew
+## Last commit: 2015-05-07 17:52:38 CDT by andrew
 version 12.3R7.7;
 groups {
     re0 {
@@ -1384,12 +1387,22 @@
         flexible-vlan-tagging;
         mtu 9014;
         encapsulation flexible-ethernet-services;
-        unit 2531 {
-            vlan-id 2531;
+        unit 2548 {
+            description "OMES AGENCY DATA VPN [NO-MONITOR]";
+            vlan-id 2548;
             family inet {
-                address 10.119.7.0/31;
+                mtu 1500;
+                address 10.119.24.10/31;
             }
         }
+        unit 2550 {
+            description "OMES MGMT VPN [NO-MONITOR]";
+            vlan-id 2550;
+            family inet {
+                mtu 1500;
+                address 10.119.40.10/31;
+            }
+        }
     }
     ge-2/3/9 {
         description "OneNet State VPN Headend Untrust [NO-MONITOR] | CIR000XXXX";
@@ -12929,6 +12942,102 @@
             }
         }
     }
+    policy-statement OMES-AGENCY-DATA-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add OMES-AGENCY-DATA-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add OMES-AGENCY-DATA-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add OMES-AGENCY-DATA-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add OMES-AGENCY-DATA-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement OMES-AGENCY-DATA-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community OMES-AGENCY-DATA-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
+    policy-statement OMES-EXPORT-BGP-TO-OSPF {
+        term DEFAULT-EXPORT {
+            from {
+                protocol bgp;
+                route-filter 0.0.0.0/0 exact;
+            }
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement OMES-MGMT-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add OMES-MGMT-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add OMES-MGMT-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add OMES-MGMT-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add OMES-MGMT-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement OMES-MGMT-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community OMES-MGMT-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement REDISTRIBUTE-DIRECTS {
         term 1 {
             from protocol direct;
@@ -12961,6 +13070,8 @@
         }
     }
     community OKCCORE1 members 5078:211;
+    community OMES-AGENCY-DATA-VPN members target:5078:2548;
+    community OMES-MGMT-VPN members target:5078:2550;
     community ONENET_AGGREGATE members 5078:9601;
 }
 class-of-service {
@@ -13429,6 +13540,42 @@
     }
 }
 routing-instances {
+    OMES-AGENCY-DATA-L3VPN {
+        description OMES-AGENCY-DATA-L3VPN;
+        instance-type vrf;
+        interface ge-2/3/8.2548;
+        route-distinguisher 164.58.199.211:2548;
+        vrf-import OMES-AGENCY-DATA-VRF-IMPORT;
+        vrf-export OMES-AGENCY-DATA-VRF-EXPORT;
+        vrf-target target:5078:2548;
+        vrf-table-label;
+        protocols {
+            ospf {
+                export OMES-EXPORT-BGP-TO-OSPF;
+                area 0.0.0.0 {
+                    interface ge-2/3/8.2548;
+                }
+            }
+        }
+    }
+    OMES-MGMT-L3VPN {
+        description OMES-MGMT-L3VPN;
+        instance-type vrf;
+        interface ge-2/3/8.2550;
+        route-distinguisher 164.58.199.211:2550;
+        vrf-import OMES-MGMT-VRF-IMPORT;
+        vrf-export OMES-MGMT-VRF-EXPORT;
+        vrf-target target:5078:2550;
+        vrf-table-label;
+        protocols {
+            ospf {
+                export OMES-EXPORT-BGP-TO-OSPF;
+                area 0.0.0.0 {
+                    interface ge-2/3/8.2550;
+                }
+            }
+        }
+    }
     VPLS-ONENET-DC {
         description ONENET-SANS-VPLS-OKC-TULSA-LAWTON;
         instance-type vpls;
Index: configs/core5.okc.onenet.net
===================================================================
--- configs/core5.okc.onenet.net	(revision 126739)
+++ configs/core5.okc.onenet.net	(working copy)
@@ -686,7 +686,6 @@
 #lsi.1504215 up up
 #lsi.1504248 up up
 #lsi.1504332 up up
-#lsi.1504352 up up
 #lsi.1504380 up up
 #lsi.1504381 up up
 #lsi.1504385 up up
@@ -720,6 +719,7 @@
 #lsi.1504520 up up
 #lsi.1504521 up up
 #lsi.1504522 up up
+#lsi.1504523 up up
 #mtun up up
 #pimd up up
 #pime up up
Index: configs/core.hut.sei.onenet.net
===================================================================
--- configs/core.hut.sei.onenet.net	(revision 126739)
+++ configs/core.hut.sei.onenet.net	(working copy)
@@ -306,7 +306,6 @@
 #lsi.1049419 up up
 #lsi.1049434 up up
 #lsi.1049484 up up
-#lsi.1049507 up up
 #lsi.1049508 up up
 #lsi.1049511 up up
 #lsi.1049512 up up
@@ -319,6 +318,7 @@
 #lsi.1049537 up up
 #lsi.1049538 up up
 #lsi.1049539 up up
+#lsi.1049540 up up
 #me0 up up
 #me0.0 up up
 #mtun up up
Index: configs/core.dur.onenet.net
===================================================================
--- configs/core.dur.onenet.net	(revision 126739)
+++ configs/core.dur.onenet.net	(working copy)
@@ -364,7 +364,6 @@
 #lsi.1057640 up up
 #lsi.1057668 up up
 #lsi.1057740 up up
-#lsi.1057755 up up
 #lsi.1057782 up up
 #lsi.1057783 up up
 #lsi.1057821 up up
@@ -395,6 +394,7 @@
 #lsi.1057904 up up
 #lsi.1057905 up up
 #lsi.1057906 up up
+#lsi.1057907 up up
 #mtun up up
 #pimd up up
 #pime up up
Index: configs/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net	(revision 126741)
+++ configs/core4.okc.onenet.net	(working copy)
@@ -877,12 +877,12 @@
 #lsi.1050620 up up
 #lsi.1050622 up up
 #lsi.1050624 up up
-#lsi.1050625 up up
 #lsi.1050626 up up
 #lsi.1050629 up up
 #lsi.1050630 up up
 #lsi.1050631 up up
 #lsi.1050632 up up
+#lsi.1050633 up up
 #mtun up up
 #pimd up up
 #pime up up
Index: configs/core.mus.onenet.net
===================================================================
--- configs/core.mus.onenet.net	(revision 126739)
+++ configs/core.mus.onenet.net	(working copy)
@@ -337,7 +337,6 @@
 #lsi.2 up up
 #lsi.1056944 up up
 #lsi.1056955 up up
-#lsi.1057066 up up
 #lsi.1057274 up up
 #lsi.1057304 up up
 #lsi.1057328 up up
@@ -376,6 +375,7 @@
 #lsi.1057518 up up
 #lsi.1057519 up up
 #lsi.1057520 up up
+#lsi.1057521 up up
 #mtun up up
 #pimd up up
 #pime up up
Index: configs/core.hut.sal.onenet.net
===================================================================
--- configs/core.hut.sal.onenet.net	(revision 126739)
+++ configs/core.hut.sal.onenet.net	(working copy)
@@ -309,7 +309,6 @@
 #lsi.1048789 up up
 #lsi.1048808 up up
 #lsi.1048819 up up
-#lsi.1048820 up up
 #lsi.1048823 up up
 #lsi.1048836 up up
 #lsi.1048837 up up
@@ -319,6 +318,7 @@
 #lsi.1048842 up up
 #lsi.1048843 up up
 #lsi.1048844 up up
+#lsi.1048845 up up
 #me0 up up
 #me0.0 up up
 #mtun up up
Index: configs/core.ada.onenet.net
===================================================================
--- configs/core.ada.onenet.net	(revision 126739)
+++ configs/core.ada.onenet.net	(working copy)
@@ -389,7 +389,6 @@
 #lsi.1058747 up up
 #lsi.1058753 up up
 #lsi.1058754 up up
-#lsi.1058755 up up
 #lsi.1058756 up up
 #lsi.1058757 up up
 #lsi.1058758 up up
@@ -404,6 +403,7 @@
 #lsi.1058771 up up
 #lsi.1058772 up up
 #lsi.1058773 up up
+#lsi.1058774 up up
 #mtun up up
 #pimd up up
 #pime up up
Index: configs/core.mca.onenet.net
===================================================================
--- configs/core.mca.onenet.net	(revision 126739)
+++ configs/core.mca.onenet.net	(working copy)
@@ -371,7 +371,6 @@
 #lsi.1055727 up up
 #lsi.1055728 up up
 #lsi.1055731 up up
-#lsi.1055734 up up
 #lsi.1055740 up up
 #lsi.1055741 up up
 #lsi.1055750 up up
@@ -392,6 +391,7 @@
 #lsi.1055791 up up
 #lsi.1055792 up up
 #lsi.1055793 up up
+#lsi.1055794 up up
 #mtun up up
 #pimd up up
 #pime up up
Index: configs/rpswi1.etn.ex4200.onenet.net
===================================================================
--- configs/rpswi1.etn.ex4200.onenet.net	(revision 126741)
+++ configs/rpswi1.etn.ex4200.onenet.net	(working copy)
@@ -261,8 +261,8 @@
 #ge-0/0/42.0 up down
 #ge-0/0/43 up up
 #ge-0/0/43.0 up up
-#ge-0/0/44 up up
-#ge-0/0/44.0 up up
+#ge-0/0/44 up down
+#ge-0/0/44.0 up down
 #ge-0/0/45 up up
 #ge-0/0/45.0 up up
 #ge-0/0/46 up down
Index: configs/core.hut.412.onenet.net
===================================================================
--- configs/core.hut.412.onenet.net	(revision 126739)
+++ configs/core.hut.412.onenet.net	(working copy)
@@ -318,7 +318,6 @@
 #lsi.1049476 up up
 #lsi.1049491 up up
 #lsi.1049544 up up
-#lsi.1049572 up up
 #lsi.1049573 up up
 #lsi.1049576 up up
 #lsi.1049577 up up
@@ -332,6 +331,7 @@
 #lsi.1049603 up up
 #lsi.1049604 up up
 #lsi.1049605 up up
+#lsi.1049606 up up
 #me0 up up
 #me0.0 up up
 #mtun up up
Index: configs/hub.tsb.onenet.net
===================================================================
--- configs/hub.tsb.onenet.net	(revision 126743)
+++ configs/hub.tsb.onenet.net	(working copy)
@@ -200,7 +200,7 @@
 # -rw-rw----  1 root  field   51994624 Oct 24  2013 ifinfo.core.1
 # -rw-rw----  1 root  field   51974144 Oct 24  2013 ifinfo.core.2
 # -rw-rw----  1 root  field   52744192 Oct 24  2013 ifinfo.core.3
-# -rw-rw----  1 root  field   52727808 May 7  16:51 ifinfo.core.4
+# -rw-rw----  1 root  field   52727808 May 7  18:00 ifinfo.core.4
 # drwxrwxrwx  2 root  wheel        512 Oct 12  2012 install/
 # -rw-rw----  1 root  field   33464320 Mar 3   2014 jdiameterd.core.0
 # -rw-r--r--  1 eng   field   99542994 Apr 23  2013 jinstall-ppc-11.4R7.5-domestic-signed.tgz
Index: configs/core.alt.onenet.net
===================================================================
--- configs/core.alt.onenet.net	(revision 126739)
+++ configs/core.alt.onenet.net	(working copy)
@@ -405,7 +405,7 @@
 #lsi.1190478 up up
 #lsi.1190479 up up
 #lsi.1190480 up up
-#lsi.1190481 up up
+#lsi.1190482 up up
 #mtun up up
 #pimd up up
 #pime up up
Index: configs/core.chi.onenet.net
===================================================================
--- configs/core.chi.onenet.net	(revision 126741)
+++ configs/core.chi.onenet.net	(working copy)
@@ -333,7 +333,6 @@
 #lsi.1057100 up up
 #lsi.1057102 up up
 #lsi.1057103 up up
-#lsi.1057104 up up
 #lsi.1057114 up up
 #lsi.1057117 up up
 #lsi.1057120 up up
@@ -346,6 +345,7 @@
 #lsi.1057130 up up
 #lsi.1057131 up up
 #lsi.1057132 up up
+#lsi.1057133 up up
 #mtun up up
 #pimd up up
 #pime up up
Index: configs/core.hut.cli.onenet.net
===================================================================
--- configs/core.hut.cli.onenet.net	(revision 126739)
+++ configs/core.hut.cli.onenet.net	(working copy)
@@ -291,7 +291,6 @@
 #lsi.1049004 up up
 #lsi.1049019 up up
 #lsi.1049072 up up
-#lsi.1049099 up up
 #lsi.1049101 up up
 #lsi.1049104 up up
 #lsi.1049105 up up
@@ -305,6 +304,7 @@
 #lsi.1049131 up up
 #lsi.1049132 up up
 #lsi.1049133 up up
+#lsi.1049134 up up
 #me0 up up
 #me0.0 up up
 #mtun up up
Index: configs/core.hut.wea.onenet.net
===================================================================
--- configs/core.hut.wea.onenet.net	(revision 126739)
+++ configs/core.hut.wea.onenet.net	(working copy)
@@ -316,7 +316,7 @@
 #lsi.1049462 up up
 #lsi.1049464 up up
 #lsi.1049465 up up
-#lsi.1049466 up up
+#lsi.1049467 up up
 #me0 up up
 #me0.0 up up
 #mtun up up
Index: configs/odmhsas.central-office.okc.client.onenet.net
===================================================================
--- configs/odmhsas.central-office.okc.client.onenet.net	(revision 126743)
+++ configs/odmhsas.central-office.okc.client.onenet.net	(working copy)
@@ -9,6 +9,7 @@
 #   2015-05-05 23:04:04 CDT by andrew via cli
 #   2015-05-04 00:55:35 CDT by andrew via cli
 # grnoc-mon at ODMHSAS-CENTRAL-OFFICE-OKC-SRX550> show chassis environment 
+# show chassis firmware
 # Class Item                           Status     Measurement
 # Temp  Routing Engine                 OK        
 #       Routing Engine CPU             OK        
@@ -34,8 +35,8 @@
 #   Total CPU DRAM                      ---- CPU less FPC ----
 # 
 # grnoc-mon at ODMHSAS-CENTRAL-OFFICE-OKC-SRX550> show chassis hardware 
+# Hardware inventory:
 # show chassis hardware models
-# Hardware inventory:
 # Item             Version  Part number  Serial number     Description
 # Chassis                                AL1015AK0094      SRX550
 # Midplane         REV 22   750-035027   ACMD7424         
@@ -46,7 +47,6 @@
 # Power Supply 1   Rev 04   740-024283   YJ54313           PS 645W AC
 # 
 # grnoc-mon at ODMHSAS-CENTRAL-OFFICE-OKC-SRX550> show chassis hardware models 
-# show chassis routing-engine
 # grnoc-mon at ODMHSAS-CENTRAL-OFFICE-OKC-SRX550> show chassis routing-engine 
 # Routing Engine status:
 #     Serial ID                      ACMD7155
@@ -1752,6 +1752,7 @@
 # grnoc-mon at ODMHSAS-CENTRAL-OFFICE-OKC-SRX550> show ospf neighbor 
 # OSPF instance is not running
 # 
+# show bfd session
 # grnoc-mon at ODMHSAS-CENTRAL-OFFICE-OKC-SRX550> show bfd session 
                                                   Detect   Transmit
 Address                  State     Interface      Time     Interval  Multiplier



More information about the Nocrancid mailing list