[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Wed Nov 5 17:02:17 CST 2014


Index: configs/core.law.onenet.net
===================================================================
--- configs/core.law.onenet.net	(revision 121128)
+++ configs/core.law.onenet.net	(working copy)
@@ -490,13 +490,13 @@
 #lsi.1061464 up up
 #lsi.1061470 up up
 #lsi.1061478 up up
-#lsi.1061479 up up
 #lsi.1061489 up up
 #lsi.1061491 up up
 #lsi.1061492 up up
 #lsi.1061493 up up
 #lsi.1061496 up up
 #lsi.1061499 up up
+#lsi.1061500 up up
 #mtun up up
 #pimd up up
 #pime up up
Index: configs/cor.cai.hart-acx2100.onenet.net
===================================================================
--- configs/cor.cai.hart-acx2100.onenet.net	(revision 121128)
+++ configs/cor.cai.hart-acx2100.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at HARTSHORNE-PUBLIC-LIBRARY-ACX2100> show system commit 
+#   2014-11-05 16:58:50 CST by andrew via cli
+#   2014-11-05 16:55:46 CST by andrew via cli commit confirmed, rollback in 2mins
 #   2014-11-05 00:44:06 CST by andrew via cli
 #   2014-11-05 00:42:38 CST by andrew via cli
 #   2014-11-05 00:36:33 CST by andrew via cli
 #   2014-11-05 00:34:44 CST by andrew via cli
-#   2014-11-05 00:34:01 CST by andrew via cli
-#   2014-11-05 00:30:24 CST by andrew via cli
 # grnoc-mon at HARTSHORNE-PUBLIC-LIBRARY-ACX2100> show chassis environment 
 # Class Item                           Status     Measurement
 #       PCB Left                       OK        
@@ -155,7 +155,7 @@
 # grnoc-mon at HARTSHORNE-PUBLIC-LIBRARY-ACX2100> show system uptime 
 # System booted: 2014-11-05 13:11 CST 
 # Protocols started: 2014-11-05 13:13 CST 
-# Last configured: 2014-11-05 00:44 CST  by andrew
+# Last configured: 2014-11-05 16:58 CST  by andrew
 # 
 # grnoc-mon at HARTSHORNE-PUBLIC-LIBRARY-ACX2100> show interface terse 
 #Interface Admin Link
@@ -189,6 +189,7 @@
 #ge-1/2/0.32767 up up
 #ge-1/2/1 up up
 #ge-1/2/1.42 up up
+#ge-1/2/1.81 up up
 #ge-1/2/1.32767 up up
 #xe-1/3/0 down down
 #xe-1/3/1 down down
@@ -205,12 +206,13 @@
 #lo0.16385 up up
 #lsi up up
 #lsi.0 up up
+#lsi.1 up up
 #mtun up up
 #pimd up up
 #pime up up
 #tap up up
 # grnoc-mon at HARTSHORNE-PUBLIC-LIBRARY-ACX2100> show configuration 
-## Last commit: 2014-11-05 00:44:06 CST by andrew
+## Last commit: 2014-11-05 16:58:50 CST by andrew
 version 12.3X54-D10.6;
 system {
     host-name HARTSHORNE-PUBLIC-LIBRARY-ACX2100;
@@ -437,6 +439,12 @@
             }
             family mpls;
         }
+        unit 81 {
+            vlan-id 81;
+            family inet {
+                address 10.199.210.101/30;
+            }
+        }
     }
     xe-1/3/0 {
         disable;
@@ -625,11 +633,54 @@
     }
 }
 policy-options {
+    policy-statement EXPORT-DEFAULT {
+        term DEFAULT {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then accept;
+        }
+    }
     policy-statement LOAD-BALANCE {
         then {
             load-balance per-packet;
         }
     }
+    policy-statement ONENET-MGMT-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add ONENET-MGMT-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add ONENET-MGMT-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add ONENET-MGMT-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement ONENET-MGMT-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community ONENET-MGMT-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement REDISTRIBUTE-DIRECTS {
         term 1 {
             from protocol direct;
@@ -687,6 +738,7 @@
         }
     }
     community HARTSHORNE members 5078:165;
+    community ONENET-MGMT-VPN members target:5078:2543;
     community SEPLS-VPN members target:5078:2533;
 }
 firewall {
@@ -949,6 +1001,28 @@
     }
 }
 routing-instances {
+    ONENET-MGMT-L3VPN {
+        description ONENET-MGMT-L3VPN;
+        instance-type vrf;
+        interface ge-1/2/1.81;
+        route-distinguisher 164.58.199.165:2543;
+        vrf-import ONENET-MGMT-VRF-IMPORT;
+        vrf-export ONENET-MGMT-VRF-EXPORT;
+        vrf-target target:5078:2543;
+        vrf-table-label;
+        protocols {
+            ospf {
+                export EXPORT-DEFAULT;
+                area 0.0.0.0 {
+                    interface ge-1/2/1.81 {
+                        authentication {
+                            md5 7 key "$9$WMH8Nds2aJUH2gHmfT9CevMW7VYgoZDkdbgJGDkq"; ## SECRET-DATA
+                        }
+                    }
+                }
+            }
+        }
+    }
     SEPLS-L3VPN {
         description SEPLS-L3VPN;
         instance-type vrf;
Index: configs/swi1.odot.ton.onenet.net
===================================================================
--- configs/swi1.odot.ton.onenet.net	(revision 120829)
+++ configs/swi1.odot.ton.onenet.net	(working copy)
@@ -147,21 +147,21 @@
 # /var/tmp:
 # total blocks: 52
 # drwxrwxr-x  2 root  wheel        512 Dec 31  2009 .snap/
-# -rw-r--r--  1 root  wheel       4183 Sep 13 01:57 ex_autod_config
-# -rw-r--r--  1 root  wheel       3289 Sep 13 01:57 ex_autod_rollback_cfg
-# drwxr-xr-x  2 root  wheel        512 Sep 13 01:56 gres-tp/
-# drwxrwxrwx  2 root  wheel        512 Sep 13 01:58 install/
-# drwxrwxrwx  2 root  wheel        512 Sep 13 01:58 pics/
-# drwxr-xr-x  2 root  wheel        512 Sep 13 01:56 rtsdb/
-# drwxrwxrwt  2 root  wheel        512 Sep 13 01:58 vi.recover/
+# -rw-r--r--  1 root  wheel       4183 Sep 13  2013 ex_autod_config
+# -rw-r--r--  1 root  wheel       3289 Sep 13  2013 ex_autod_rollback_cfg
+# drwxr-xr-x  2 root  wheel        512 Sep 13  2013 gres-tp/
+# drwxrwxrwx  2 root  wheel        512 Sep 13  2013 install/
+# drwxrwxrwx  2 root  wheel        512 Sep 13  2013 pics/
+# drwxr-xr-x  2 root  wheel        512 Sep 13  2013 rtsdb/
+# drwxrwxrwt  2 root  wheel        512 Sep 13  2013 vi.recover/
 # total files: 2
 # 
 # {master:0}
 # grnoc-mon at SWI1-ODOT-TONKAWA-EX4200> show system uptime 
 # fpc0:
 # --------------------------------------------------------------------------
-# System booted: 2013-09-13 01:55 CDT 
-# Protocols started: 2013-09-13 01:56 CDT 
+# System booted: 2014-10-26 18:35 CDT 
+# Protocols started: 2014-10-26 18:37 CDT 
 # Last configured: 2014-10-07 11:50 CDT  by admin
 # 
 # {master:0}
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net	(revision 121131)
+++ configs/core3.okc-m120.onenet.net	(working copy)
@@ -540,7 +540,7 @@
 #t1-2/3/0:3:12 up up
 #t1-2/3/0:3:12.0 up up
 #t1-2/3/0:3:13 up up
-#t1-2/3/0:3:13.0 up up
+#t1-2/3/0:3:13.0 up down
 #t1-2/3/0:3:14 up up
 #t1-2/3/0:3:14.0 up up
 #t1-2/3/0:3:15 up up
@@ -617,7 +617,7 @@
 #t1-2/3/0:4:27 up up
 #t1-2/3/0:4:27.0 up up
 #t1-2/3/0:4:28 up up
-#t1-2/3/0:4:28.0 up up
+#t1-2/3/0:4:28.0 up down
 #coc1-2/3/0:5 up up
 #ct3-2/3/0:5 up up
 #t1-2/3/0:5:1 up up
@@ -1293,8 +1293,8 @@
 #t1-3/3/0:6:18 down down
 #t1-3/3/0:6:19 up up
 #t1-3/3/0:6:19.0 up up
-#t1-3/3/0:6:20 up down
-#t1-3/3/0:6:20.0 up down
+#t1-3/3/0:6:20 up up
+#t1-3/3/0:6:20.0 up up
 #t1-3/3/0:6:21 up up
 #t1-3/3/0:6:21.0 up up
 #t1-3/3/0:6:22 up up
@@ -11698,6 +11698,7 @@
 # 172.23.4.6       t1-3/3/0:4:1.0         Full      10.199.2.129
 # 172.23.2.138     t1-3/3/0:5:20.0        Full      10.199.2.109
 # 172.23.5.66      t1-3/3/0:6:17.0        Full      10.199.2.45
+# 172.23.5.98      t1-3/3/0:6:20.0        Full      10.199.2.81
 # 172.23.4.210     t1-3/3/0:6:28.0        Full      10.199.2.93
 # 172.23.5.10      t1-3/3/0:6:3.0         Full      10.199.2.113
 # 172.23.1.22      t1-3/3/0:7:14.0        Full      10.199.2.119



More information about the Nocrancid mailing list