[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Wed Aug 13 21:02:17 CDT 2014


Index: configs/hub.chi.onenet.net
===================================================================
--- configs/hub.chi.onenet.net	(revision 118647)
+++ configs/hub.chi.onenet.net	(working copy)
@@ -283,7 +283,7 @@
 #t3-2/0/1.0 up up
 #ct3-2/0/2 up up
 #t1-2/0/2:1 down down
-#t1-2/0/2:2 down up
+#t1-2/0/2:2 down down
 #t1-2/0/2:3 down down
 #t1-2/0/2:4 up up
 #t1-2/0/2:4.0 up up
Index: configs/core.dun.onenet.net
===================================================================
--- configs/core.dun.onenet.net	(revision 118601)
+++ configs/core.dun.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at DUNCAN-MX480-RE0> show system commit 
+#   2014-08-13 20:06:15 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-08-12 00:34:27 CDT by rnordmark via cli commit synchronize
 #   2014-08-06 14:05:57 CDT by donnie via cli commit synchronize
 #   2014-08-01 11:01:12 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-07-31 15:27:41 CDT by rnordmark via cli commit synchronize
 #   2014-05-22 15:43:57 CDT by joel via cli commit synchronize
-#   2014-05-02 09:50:49 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 # grnoc-mon at DUNCAN-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -241,7 +241,7 @@
 # grnoc-mon at DUNCAN-MX480-RE0> show system uptime 
 # System booted: 2013-05-28 00:35 CDT 
 # Protocols started: 2013-05-28 01:03 CDT 
-# Last configured: 2014-08-12 00:34 CDT  by rnordmark
+# Last configured: 2014-08-13 20:06 CDT  by andrew
 # 
 # grnoc-mon at DUNCAN-MX480-RE0> show interface terse 
 #Interface Admin Link
@@ -286,6 +286,8 @@
 #ge-0/3/0.0 up up
 #ge-0/3/1 up up
 #ge-0/3/1.0 up up
+#ge-0/3/1.2543 up up
+#ge-0/3/1.32767 up up
 #ge-0/3/2 down down
 #ge-0/3/3 up up
 #ge-0/3/3.0 up up
@@ -317,6 +319,7 @@
 #lo0.16384 up up
 #lo0.16385 up up
 #lsi up up
+#lsi.0 up up
 #lsi.1050112 up up
 #lsi.1050114 up up
 #lsi.1050117 up up
@@ -328,7 +331,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at DUNCAN-MX480-RE0> show configuration 
-## Last commit: 2014-08-12 00:34:27 CDT by rnordmark
+## Last commit: 2014-08-13 20:06:15 CDT by andrew
 version 11.4R7.5;
 groups {
     re0 {
@@ -672,10 +675,13 @@
     }
     ge-0/3/1 {
         description "Turner PS-DS3-RICI | CIR0005332";
+        flexible-vlan-tagging;
+        native-vlan-id 1;
         speed 100m;
         mtu 9192;
         link-mode full-duplex;
         unit 0 {
+            vlan-id 1;
             family inet {
                 mtu 1500;
                 sampling {
@@ -685,6 +691,13 @@
                 address 10.10.236.1/29;
             }
         }
+        unit 2543 {
+            vlan-id 2543;
+            family inet {
+                mtu 1500;
+                address 10.10.236.1/29;
+            }
+        }
     }
     ge-0/3/2 {
         disable;
@@ -1057,6 +1070,41 @@
             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 ONENET-PoP-APPLIANCES-EXPORT {
         term 1 {
             from protocol static;
@@ -1130,6 +1178,7 @@
     community Miami members 5078:138;
     community Midwest-City members 5078:2;
     community Muskogee members 5078:94;
+    community ONENET-MGMT-VPN members target:5078:2543;
     community ONENET-PoP-APPLIANCES members target:5078:2012;
     community OSUOKC members 5078:50;
     community Okmulgee members 5078:110;
@@ -1424,6 +1473,16 @@
     }
 }
 routing-instances {
+    ONENET-MGMT-L3VPN {
+        description ONENET-MGMT-L3VPN;
+        instance-type vrf;
+        interface ge-0/3/1.2543;
+        route-distinguisher 164.58.199.19:2543;
+        vrf-import ONENET-MGMT-VRF-IMPORT;
+        vrf-export ONENET-MGMT-VRF-EXPORT;
+        vrf-target target:5078:2543;
+        vrf-table-label;
+    }
     ONENET-PoP-APPLIANCES-L3VPN {
         description ONENET-PoP-APPLIANCES-L3VPN;
         instance-type vrf;



More information about the Nocrancid mailing list