[Nocrancid] autopop-onenet.net router config diffs

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


Index: configs/core.end.onenet.net
===================================================================
--- configs/core.end.onenet.net	(revision 120996)
+++ configs/core.end.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ENID-MX480-RE0> show system commit 
+#   2014-11-05 22:53:31 CST by andrew via cli commit synchronize
+#   2014-11-05 22:49:10 CST by andrew via cli commit synchronize
 #   2014-10-08 13:58:46 CDT by andrew via cli commit synchronize
 #   2014-10-08 12:31:03 CDT by andrew via cli commit synchronize
 #   2014-10-08 12:02:24 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-09-28 00:24:51 CDT by andrew via cli commit synchronize
-#   2014-09-20 15:31:20 CDT by joel via cli commit synchronize
-#   2014-09-20 01:25:30 CDT by andrew via cli commit synchronize
 # grnoc-mon at ENID-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -251,7 +251,7 @@
 # grnoc-mon at ENID-MX480-RE0> show system uptime 
 # System booted: 2014-09-17 01:24 CDT 
 # Protocols started: 2014-09-17 01:26 CDT 
-# Last configured: 2014-10-08 13:58 CDT  by andrew
+# Last configured: 2014-11-05 22:53 CST  by andrew
 # 
 # {master}
 # grnoc-mon at ENID-MX480-RE0> show interface terse 
@@ -302,7 +302,6 @@
 #ge-0/2/4.0 up down
 #ge-0/2/5 up up
 #ge-0/2/5.80 up up
-#ge-0/2/5.81 up up
 #ge-0/2/5.32767 up up
 #ge-0/2/6 down down
 #ge-0/2/7 down down
@@ -343,6 +342,7 @@
 #lsi up up
 #lsi.512 up up
 #lsi.513 up up
+#lsi.514 up up
 #mtun up up
 #pimd up up
 #pime up up
@@ -350,7 +350,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at ENID-MX480-RE0> show configuration 
-## Last commit: 2014-10-08 13:58:46 CDT by andrew
+## Last commit: 2014-11-05 22:53:31 CST by andrew
 version 12.3R7.7;
 groups {
     re0 {
@@ -826,21 +826,12 @@
         mtu 9192;
         unit 80 {
             description "swi1.odot.enid.residency.mgmt [NO-MONITOR]";
-            vlan-id 99;
+            vlan-id 80;
             family inet {
                 mtu 1500;
                 address 10.199.210.73/30;
-                address 10.250.10.1/24;
             }
         }
-        unit 81 {
-            description "bbu.odot.enid.residency.mgmt [NO-MONITOR]";
-            vlan-id 81;
-            family inet {
-                mtu 1500;
-                address 10.199.212.73/30;
-            }
-        }
     }
     ge-0/2/6 {
         disable;
@@ -1376,11 +1367,54 @@
             then reject;
         }
     }
+    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 ONENET-PS_NET-VRF-EXPORT {
         term 1 {
             from protocol static;
@@ -1494,6 +1528,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 ONET-PS_NET-VPN members target:5078:2530;
     community OSUOKC members 5078:50;
@@ -1772,6 +1807,28 @@
             }
         }
     }
+    ONENET-MGMT-L3VPN {
+        description ONENET-MGMT-L3VPN;
+        instance-type vrf;
+        interface ge-0/2/5.80;
+        route-distinguisher 164.58.199.67: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-0/2/5.80 {
+                        authentication {
+                            md5 7 key "$9$WMH8Nds2aJUH2gHmfT9CevMW7VYgoZDkdbgJGDkq"; ## SECRET-DATA
+                        }
+                    }
+                }
+            }
+        }
+    }
     ONENET-PS_NET-L3VPN {
         description "PS_NET Public Safety Net";
         instance-type vrf;
Index: configs/core.ada.onenet.net
===================================================================
--- configs/core.ada.onenet.net	(revision 121141)
+++ configs/core.ada.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ADA-MX480-RE0> show system commit 
+#   2014-11-05 22:09:50 CST by andrew via cli commit synchronize
+#   2014-11-05 22:00:23 CST by andrew via cli commit synchronize
 #   2014-11-05 21:45:23 CST by andrew via cli commit synchronize
 #   2014-11-05 21:39:01 CST by andrew via cli commit confirmed, rollback in 2mins synchronize
 #   2014-11-05 21:21:58 CST by andrew via cli commit synchronize
 #   2014-11-05 14:19:56 CST by andrew via cli commit synchronize
-#   2014-11-05 09:03:01 CST by andrew via cli commit synchronize
-#   2014-10-29 11:06:09 CDT by sky via cli commit synchronize
 # grnoc-mon at ADA-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -258,7 +258,7 @@
 # grnoc-mon at ADA-MX480-RE0> show system uptime 
 # System booted: 2014-09-14 06:27 CDT 
 # Protocols started: 2014-09-14 06:28 CDT 
-# Last configured: 2014-11-05 21:45 CST  by andrew
+# Last configured: 2014-11-05 22:09 CST  by andrew
 # 
 # {master}
 # grnoc-mon at ADA-MX480-RE0> show interface terse 
@@ -288,7 +288,7 @@
 #ge-0/2/1.3901 up up
 #ge-0/2/1.32767 up up
 #ge-0/2/2 up up
-#ge-0/2/2.70 up up
+#ge-0/2/2.71 up up
 #ge-0/2/2.80 up up
 #ge-0/2/2.500 up up
 #ge-0/2/2.32767 up up
@@ -348,7 +348,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at ADA-MX480-RE0> show configuration 
-## Last commit: 2014-11-05 21:45:23 CST by andrew
+## Last commit: 2014-11-05 22:09:50 CST by andrew
 version 12.3R7.7;
 groups {
     re0 {
@@ -627,15 +627,12 @@
         vlan-tagging;
         mtu 9192;
         encapsulation flexible-ethernet-services;
-        unit 70 {
-            vlan-id 70;
+        unit 71 {
+            vlan-id 71;
             family inet {
                 mtu 9000;
                 address 164.58.247.197/30;
             }
-            family inet6 {
-                mtu 9000;
-            }
         }
         unit 80 {
             description OneNet-ADA-ADA128DOT-GE-XXXX;
@@ -1043,7 +1040,7 @@
                     multiplier 3;
                 }
             }
-            interface ge-0/2/2.70 {
+            interface ge-0/2/2.71 {
                 link-protection;
                 authentication {
                     md5 7 key "$9$lHbe8X-VY2oGVbGik.F3cyrlWxdbsgaUX7b24aUD"; ## SECRET-DATA
@@ -1075,14 +1072,6 @@
                 }
             }
             interface lo0.0;
-            inactive: interface ge-0/2/2.70 {
-                link-protection;
-                ipsec-sa OneNet-OSPF3-AUTH;
-                bfd-liveness-detection {
-                    minimum-interval 400;
-                    multiplier 3;
-                }
-            }
         }
     }
     ldp {
@@ -1705,6 +1694,7 @@
 # grnoc-mon at ADA-MX480-RE0> show ospf neighbor 
 # Address          Interface              State     ID               Pri  Dead
 # 164.58.244.6     ge-0/2/0.0             Full      164.58.199.22
+# 164.58.247.198   ge-0/2/2.71            Full      164.58.198.4
 # 164.58.246.1     xe-0/0/0.69            Full      164.58.199.211
 # 
 # {master}
@@ -1713,10 +1703,11 @@
 Address                  State     Interface      Time     Interval  Multiplier
 164.58.244.6             Up        ge-0/2/0.0     1.200     0.400        3   
 164.58.246.1             Up        xe-0/0/0.69    1.200     0.400        3   
+164.58.247.198           Up        ge-0/2/2.71    1.200     0.400        3   
 fe80::223:9cff:feb3:16fb Up        ge-0/2/0.0     1.200     0.400        3   
 fe80::8618:8800:4528:3a18 Down     xe-0/0/0.69    3.000     1.000        3   
 
-4 sessions, 4 clients
-Cumulative transmit rate 8.5 pps, cumulative receive rate 8.5 pps
+5 sessions, 5 clients
+Cumulative transmit rate 11.0 pps, cumulative receive rate 11.0 pps
 
 {master}
Index: configs/hub.end.onenet.net
===================================================================
--- configs/hub.end.onenet.net	(revision 121140)
+++ configs/hub.end.onenet.net	(working copy)
@@ -383,7 +383,6 @@
 #sp-2/3/0 up up
 #sp-2/3/0.16383 up up
 #vt-2/3/0 up up
-#vt-2/3/0.1048892 up up
 #fe-3/0/0 down down
 #pfh-3/0/0 up up
 #pfh-3/0/0.16383 up up
@@ -413,6 +412,7 @@
 #sp-3/3/0.0 up up
 #sp-3/3/0.16383 up up
 #vt-3/3/0 up up
+#vt-3/3/0.1048893 up up
 #demux0 up up
 #dsc up up
 #em0 up up
Index: configs/swi1.towalt.onenet.net
===================================================================
--- configs/swi1.towalt.onenet.net	(revision 121136)
+++ configs/swi1.towalt.onenet.net	(working copy)
@@ -184,8 +184,8 @@
 #ge-0/0/18 down down
 #ge-0/0/19 up up
 #ge-0/0/19.0 up up
-#ge-0/0/20 up down
-#ge-0/0/20.0 up down
+#ge-0/0/20 up up
+#ge-0/0/20.0 up up
 #ge-0/0/21 up up
 #ge-0/0/21.0 up up
 #ge-0/0/22 up up
Index: configs/swi.cai.cleet.onenet.net
===================================================================
--- configs/swi.cai.cleet.onenet.net	(revision 120227)
+++ configs/swi.cai.cleet.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at SWI-CLEET-ADA-EX-3300> show system commit 
+#   2014-11-05 22:15:51 CST by andrew via cli commit confirmed, rollback in 2mins
+#   2014-11-05 22:07:54 CST by andrew via cli commit confirmed, rollback in 2mins
+#   2014-11-05 22:06:58 CST by andrew via cli commit confirmed, rollback in 2mins
 #   2014-08-29 14:12:39 CDT by admin via cli commit confirmed, rollback in 1mins
 #   2014-08-29 14:10:06 CDT by root via other
 #   2014-08-29 14:08:23 CDT by admin via cli commit confirmed, rollback in 1mins
-#   2014-08-29 14:05:18 CDT by root via other
-#   2014-08-29 14:02:38 CDT by admin via cli commit confirmed, rollback in 2mins
-#   2014-08-29 13:56:05 CDT by admin via cli commit confirmed, rollback in 2mins
 # grnoc-mon at SWI-CLEET-ADA-EX-3300> show chassis environment 
 # Class Item                           Status     Measurement
 # Power FPC 0 Power Supply 0           OK        
@@ -165,7 +165,7 @@
 # --------------------------------------------------------------------------
 # System booted: 2013-08-21 15:16 CDT 
 # Protocols started: 2013-08-21 15:18 CDT 
-# Last configured: 2014-08-29 14:12 CDT  by admin
+# Last configured: 2014-11-05 22:15 CST  by andrew
 # 
 # {master:0}
 # grnoc-mon at SWI-CLEET-ADA-EX-3300> show interface terse 
@@ -197,10 +197,8 @@
 #ge-0/0/23.0 up up
 #ge-0/1/0 up up
 #ge-0/1/0.0 up up
-#ge-0/1/0.71 up up
 #ge-0/1/1 up up
 #ge-0/1/1.0 up up
-#ge-0/1/1.70 up up
 #bme0 up up
 #bme0.32768 up up
 #dsc up up
@@ -219,10 +217,11 @@
 #pime up up
 #tap up up
 #vlan up up
-#vlan.70 up down
+#vlan.70 up up
+#vlan.71 up up
 #vme up down
 # grnoc-mon at SWI-CLEET-ADA-EX-3300> show configuration 
-## Last commit: 2014-08-29 14:12:39 CDT by admin
+## Last commit: 2014-11-05 22:15:51 CST by andrew
 version 12.3R2.5;
 system {
     host-name SWI-CLEET-ADA-EX-3300;
@@ -413,28 +412,27 @@
         }
     }
     ge-0/1/0 {
-        description "1GE to swi.odot.ada ge-0/1/0 | OneNet-CAICLEET-ADA128DOT-GE";
-        vlan-tagging;
-        unit 71 {
-            vlan-id 71;
-            family inet {
-                address 10.199.210.65/30;
+        description "1GE to swi.odot.ada ge-0/1/0 | OneNet-CAICLEET-ADA128DOT-GE-XXXX";
+        mtu 9192;
+        unit 0 {
+            family ethernet-switching {
+                port-mode trunk;
+                vlan {
+                    members [ 71 81 ];
+                }
             }
         }
     }
     ge-0/1/1 {
-        description "CORE 1GE to core.sem ge-0/2/2 | OneNet-SEM-CAICLEET-GE-15473";
-        vlan-tagging;
+        description "CORE 1GE to core.sem ge-0/2/2 | OneNet-SEM-CAICLEET-GE-XXXX";
         mtu 9192;
-        unit 70 {
-            vlan-id 70;
-            family inet {
-                mtu 9000;
-                address 164.58.247.94/30;
+        unit 0 {
+            family ethernet-switching {
+                port-mode trunk;
+                vlan {
+                    members [ 70 81 ];
+                }
             }
-            family inet6 {
-                mtu 9000;
-            }
         }
     }
     ge-0/1/2 {
@@ -449,7 +447,6 @@
                 filter {
                     input PROTECT-RE;
                 }
-                address 127.0.0.1/32;
                 address 164.58.198.4/32;
             }
         }
@@ -457,8 +454,16 @@
     vlan {
         mtu 9192;
         unit 70 {
+            description OneNet-SEM-CAICLEET-GE-XXXX;
             family inet {
                 mtu 9000;
+                address 164.58.247.94/30;
+            }
+        }
+        unit 71 {
+            description OneNet-CAICLEET-ADA128DOT-GE-XXXX;
+            family inet {
+                mtu 9000;
                 address 164.58.247.198/30;
             }
         }
@@ -502,8 +507,10 @@
         export [ REDISTRIBUTE-STATICS REDISTRIBUTE-DIRECTS ];
         reference-bandwidth 100g;
         area 0.0.0.0 {
-            interface lo0.0;
-            interface ge-0/1/1.70 {
+            interface lo0.0 {
+                passive;
+            }
+            interface vlan.70 {
                 link-protection;
                 authentication {
                     md5 7 key "$9$lHbe8X-VY2oGVbGik.F3cyrlWxdbsgaUX7b24aUD"; ## SECRET-DATA
@@ -516,9 +523,8 @@
                     multiplier 3;
                 }
             }
-            interface vlan.70 {
+            interface vlan.71 {
                 link-protection;
-                metric 65535;
                 authentication {
                     md5 7 key "$9$lHbe8X-VY2oGVbGik.F3cyrlWxdbsgaUX7b24aUD"; ## SECRET-DATA
                 }
@@ -532,12 +538,6 @@
             }
         }
     }
-    ##
-    ## Warning: requires 'ospf3' license
-    ##
-    ospf3 {
-        reference-bandwidth 100g;
-    }
     igmp-snooping {
         vlan all;
     }
@@ -610,24 +610,33 @@
     }
 }
 vlans {
-    default;
-    vlan-70 {
+    VLAN-70 {
         vlan-id 70;
         l3-interface vlan.70;
     }
+    VLAN-71 {
+        vlan-id 71;
+        l3-interface vlan.71;
+    }
+    VLAN-81 {
+        vlan-id 81;
+    }
+    default;
 }
 {master:0}
 # grnoc-mon at SWI-CLEET-ADA-EX-3300> show ospf neighbor 
 # Address          Interface              State     ID               Pri  Dead
-# 164.58.247.93    ge-0/1/1.70            Full      164.58.199.47
+# 164.58.247.93    vlan.70                Full      164.58.199.47
+# 164.58.247.197   vlan.71                Full      164.58.199.23
 # 
 # {master:0}
 # grnoc-mon at SWI-CLEET-ADA-EX-3300> show bfd session 
                                                   Detect   Transmit
 Address                  State     Interface      Time     Interval  Multiplier
-164.58.247.93            Up        ge-0/1/1.70    1.200     0.400        3   
+164.58.247.93            Up        vlan.70        1.200     0.400        3   
+164.58.247.197           Up        vlan.71        1.200     0.400        3   
 
-1 sessions, 1 clients
-Cumulative transmit rate 2.5 pps, cumulative receive rate 2.5 pps
+2 sessions, 2 clients
+Cumulative transmit rate 5.0 pps, cumulative receive rate 5.0 pps
 
 {master:0}
Index: configs/core.hut.412.onenet.net
===================================================================
--- configs/core.hut.412.onenet.net	(revision 121098)
+++ configs/core.hut.412.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at 412-MX40> show system commit 
+#   2014-11-05 22:59:45 CST by andrew via cli commit confirmed, rollback in 2mins
 #   2014-10-10 11:24:56 CDT by andrew via cli
 #   2014-10-08 14:33:55 CDT by andrew via cli
 #   2014-10-07 11:52:23 CDT by andrew via cli commit confirmed, rollback in 2mins
 #   2014-10-07 11:44:44 CDT by andrew via cli commit confirmed, rollback in 2mins
 #   2014-10-06 20:54:43 CDT by andrew via cli
-#   2014-10-06 20:53:03 CDT by andrew via cli commit confirmed, rollback in 2mins
 # grnoc-mon at 412-MX40> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -232,7 +232,7 @@
 # grnoc-mon at 412-MX40> show system uptime 
 # System booted: 2013-06-06 10:54 CDT 
 # Protocols started: 2013-06-06 10:55 CDT 
-# Last configured: 2014-10-10 11:24 CDT  by andrew
+# Last configured: 2014-11-05 22:59 CST  by andrew
 # 
 # grnoc-mon at 412-MX40> show interface terse 
 #Interface Admin Link
@@ -248,6 +248,7 @@
 #xe-0/0/1 up down
 #ge-1/0/0 up up
 #ge-1/0/0.69 up up
+#ge-1/0/0.81 up up
 #ge-1/0/0.32767 up up
 #ge-1/0/1 down down
 #ge-1/0/2 down down
@@ -319,7 +320,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at 412-MX40> show configuration 
-## Last commit: 2014-10-10 11:24:56 CDT by andrew
+## Last commit: 2014-11-05 22:59:45 CST by andrew
 version 12.3R2.5;
 system {
     host-name 412-MX40;
@@ -506,7 +507,7 @@
         }
     }
     ge-1/0/0 {
-        description "CORE 1G to swi1.odot.enid ge-0/1/3 | CIR000XXXX [NO-MONITOR]";
+        description "CORE 1GE to swi1.odot.enid-residency ge-0/1/3 | OneNet-412-ENI410DOT-GE-XXXX";
         vlan-tagging;
         unit 69 {
             vlan-id 69;
@@ -514,6 +515,13 @@
                 address 10.250.69.1/30;
             }
         }
+        unit 81 {
+            description OneNet-412-ENI410DOT-GE-XXXX;
+            vlan-id 81;
+            family inet {
+                address 10.199.210.109/30;
+            }
+        }
     }
     ge-1/0/1 {
         disable;
@@ -1046,6 +1054,14 @@
             then reject;
         }
     }
+    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;
@@ -1429,6 +1445,7 @@
     ONENET-MGMT-L3VPN {
         description ONENET-MGMT-L3VPN;
         instance-type vrf;
+        interface ge-1/0/0.81;
         interface ge-1/1/2.80;
         interface ge-1/1/2.81;
         interface ge-1/1/2.82;
@@ -1444,6 +1461,18 @@
         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/0/0.81 {
+                        authentication {
+                            md5 7 key "$9$WMH8Nds2aJUH2gHmfT9CevMW7VYgoZDkdbgJGDkq"; ## SECRET-DATA
+                        }
+                    }
+                }
+            }
+        }
     }
     ONENET-PoP-APPLIANCES-L3VPN {
         description ONENET-PoP-APPLIANCES-L3VPN;
Index: configs/hub.dur.onenet.net
===================================================================
--- configs/hub.dur.onenet.net	(revision 121132)
+++ configs/hub.dur.onenet.net	(working copy)
@@ -384,7 +384,7 @@
 #fe-2/1/1.0 up up
 #fe-2/1/2 up up
 #fe-2/1/2.0 up up
-#fe-2/1/3 down down
+#fe-2/1/3 down up
 #ge-2/2/0 up up
 #pc-2/2/0 up up
 #pc-2/2/0.16383 up up
Index: configs/hub.alv.onenet.net
===================================================================
--- configs/hub.alv.onenet.net	(revision 121140)
+++ configs/hub.alv.onenet.net	(working copy)
@@ -341,6 +341,7 @@
 #sp-2/3/0 up up
 #sp-2/3/0.16383 up up
 #vt-2/3/0 up up
+#vt-2/3/0.1049155 up up
 #fe-3/0/0 down down
 #pfh-3/0/0 up up
 #pfh-3/0/0.16383 up up
@@ -370,7 +371,6 @@
 #sp-3/3/0.0 up up
 #sp-3/3/0.16383 up up
 #vt-3/3/0 up up
-#vt-3/3/0.1049154 up up
 #demux0 up up
 #dsc up up
 #em0 up up
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net	(revision 121140)
+++ 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 down
+#t1-2/3/0:3:13.0 up up
 #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
@@ -1283,7 +1283,7 @@
 #t1-3/3/0:6:12 down down
 #t1-3/3/0:6:13 up up
 #t1-3/3/0:6:13.0 up up
-#t1-3/3/0:6:14 down up
+#t1-3/3/0:6:14 down down
 #t1-3/3/0:6:15 up up
 #t1-3/3/0:6:15.0 up up
 #t1-3/3/0:6:16 up up
Index: configs/core.sem.onenet.net
===================================================================
--- configs/core.sem.onenet.net	(revision 119970)
+++ configs/core.sem.onenet.net	(working copy)
@@ -1,15 +1,14 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at SEMINOLE-MX480-RE0> show system commit 
+#   2014-11-05 22:24:03 CST by andrew via cli commit synchronize
+#   2014-11-05 22:20:24 CST by andrew via cli commit synchronize
 #   2014-09-28 00:25:37 CDT by andrew via cli commit synchronize
 #   2014-09-16 22:39:46 CDT by root via other
 #     Synchronization with remote Routing Engine
 #   2014-09-16 22:39:39 CDT by root via other
 #     Synchronization with remote Routing Engine
 #   2014-09-16 22:39:22 CDT by root via other
-#   2014-09-16 22:27:42 CDT by root via other
-#     Synchronization with remote Routing Engine
-#   2014-08-31 14:48:32 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
 # grnoc-mon at SEMINOLE-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -256,7 +255,7 @@
 # grnoc-mon at SEMINOLE-MX480-RE0> show system uptime 
 # System booted: 2014-09-16 22:38 CDT 
 # Protocols started: 2014-09-16 22:39 CDT 
-# Last configured: 2014-09-28 00:25 CDT  by andrew
+# Last configured: 2014-11-05 22:24 CST  by andrew
 # 
 # {master}
 # grnoc-mon at SEMINOLE-MX480-RE0> show interface terse 
@@ -284,6 +283,7 @@
 #ge-0/2/1.0 up down
 #ge-0/2/2 up up
 #ge-0/2/2.70 up up
+#ge-0/2/2.81 up up
 #ge-0/2/2.32767 up up
 #ge-0/2/3 up down
 #ge-0/2/4 up down
@@ -327,6 +327,7 @@
 #lo0.16384 up up
 #lo0.16385 up up
 #lsi up up
+#lsi.0 up up
 #mtun up up
 #pimd up up
 #pime up up
@@ -334,7 +335,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at SEMINOLE-MX480-RE0> show configuration 
-## Last commit: 2014-09-28 00:25:37 CDT by andrew
+## Last commit: 2014-11-05 22:24:03 CST by andrew
 version 12.3R7.7;
 groups {
     re0 {
@@ -612,6 +613,7 @@
         mtu 9192;
         encapsulation flexible-ethernet-services;
         unit 70 {
+            description OneNet-SEM-CAICLEET-GE-XXXX;
             vlan-id 70;
             family inet {
                 mtu 9000;
@@ -621,6 +623,14 @@
                 address 164.58.247.93/30;
             }
         }
+        unit 81 {
+            description OneNet-CAICLEET-ADA128DOT-GE-XXXX;
+            vlan-id 81;
+            family inet {
+                mtu 1500;
+                address 10.199.210.105/30;
+            }
+        }
     }
     ge-0/2/9 {
         description "Wes-Watkins-Technology-Center-RICI | CIR0005293";
@@ -1000,11 +1010,54 @@
     prefix-list PRE-LDP-SOURCES {
         10.199.0.0/16;
     }
+    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 ONENET-PoP-APPLIANCES-EXPORT {
         term 1 {
             from protocol static;
@@ -1078,6 +1131,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;
@@ -1178,6 +1232,7 @@
                         164.58.199.0/24;
                         164.58.0.0/16;
                         156.110.0.0/16;
+                        10.199.210.0/24;
                     }
                     protocol ospf;
                 }
@@ -1312,6 +1367,28 @@
     }
 }
 routing-instances {
+    ONENET-MGMT-L3VPN {
+        description ONENET-MGMT-L3VPN;
+        instance-type vrf;
+        interface ge-0/2/2.81;
+        route-distinguisher 164.58.199.47: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-0/2/2.81 {
+                        authentication {
+                            md5 7 key "$9$WMH8Nds2aJUH2gHmfT9CevMW7VYgoZDkdbgJGDkq"; ## SECRET-DATA
+                        }
+                    }
+                }
+            }
+        }
+    }
     ONENET-PoP-APPLIANCES-L3VPN {
         description ONENET-PoP-APPLIANCES-L3VPN;
         instance-type vrf;



More information about the Nocrancid mailing list