[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Thu Oct 31 21:01:09 CDT 2013


Index: core.ard.onenet.net
===================================================================
--- core.ard.onenet.net	(revision 87222)
+++ core.ard.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ARDMORE-MX480-RE0> show system commit 
+#   2013-10-31 20:46:46 CDT by joel via cli commit synchronize
 #   2013-10-31 14:31:37 CDT by jeremyt via cli commit synchronize
 #   2013-08-29 13:20:18 CDT by jeremyt via cli commit synchronize
 #   2013-08-23 13:33:39 CDT by joe via cli commit synchronize
 #   2013-08-23 13:28:07 CDT by joe via cli commit synchronize
 #   2013-08-23 13:19:37 CDT by joe via cli commit synchronize
-#   2013-08-23 13:16:53 CDT by joe via cli commit synchronize
 # grnoc-mon at ARDMORE-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -241,7 +241,7 @@
 # grnoc-mon at ARDMORE-MX480-RE0> show system uptime 
 # System booted: 2013-05-26 00:45 CDT 
 # Protocols started: 2013-05-26 00:46 CDT 
-# Last configured: 2013-10-31 14:31 CDT  by jeremyt
+# Last configured: 2013-10-31 20:46 CDT  by joel
 # 
 # {master}
 # grnoc-mon at ARDMORE-MX480-RE0> show interface terse 
@@ -269,10 +269,15 @@
 #ge-0/2/3 up down
 #ge-0/2/4 up down
 #ge-0/2/5 up down
+#ge-0/2/5.0 up down
 #ge-0/2/6 up down
+#ge-0/2/6.0 up down
 #ge-0/2/7 up down
+#ge-0/2/7.0 up down
 #ge-0/2/8 up down
+#ge-0/2/8.0 up down
 #ge-0/2/9 up down
+#ge-0/2/9.0 up down
 #ge-0/3/0 up up
 #ge-0/3/0.182 up up
 #ge-0/3/0.200 up up
@@ -311,7 +316,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at ARDMORE-MX480-RE0> show configuration 
-## Last commit: 2013-10-31 14:31:37 CDT by jeremyt
+## Last commit: 2013-10-31 20:46:46 CDT by joel
 version 11.4R7.5;
 groups {
     re0 {
@@ -508,6 +513,87 @@
             family mpls;
         }
     }
+    ge-0/2/3 {
+        description "Hub Appliance -  RESERVED [NO-MONITOR]";
+        speed 100m;
+        link-mode full-duplex;
+        gigether-options {
+            no-auto-negotiation;
+        }
+    }
+    ge-0/2/4 {
+        description "Hub Appliance -  RESERVED [NO-MONITOR]";
+        speed 100m;
+        link-mode full-duplex;
+        gigether-options {
+            no-auto-negotiation;
+        }
+    }
+    ge-0/2/5 {
+        description "Hub Appliance -  Camera #2 - ARD";
+        speed 10m;
+        link-mode full-duplex;
+        gigether-options {
+            no-auto-negotiation;
+        }
+        unit 0 {
+            family inet {
+                address 10.10.126.53/30;
+            }
+        }
+    }
+    ge-0/2/6 {
+        description "Hub Appliance -  Camera #1 - ARD";
+        speed 10m;
+        link-mode full-duplex;
+        gigether-options {
+            no-auto-negotiation;
+        }
+        unit 0 {
+            family inet {
+                address 10.10.126.49/30;
+            }
+        }
+    }
+    ge-0/2/7 {
+        description "Hub Appliance -  UPS System - ARD";
+        speed 100m;
+        link-mode full-duplex;
+        gigether-options {
+            no-auto-negotiation;
+        }
+        unit 0 {
+            family inet {
+                address 10.10.127.69/30;
+            }
+        }
+    }
+    ge-0/2/8 {
+        description "Hub Appliance -  DC Power Plant - ARD";
+        speed 100m;
+        link-mode full-duplex;
+        gigether-options {
+            no-auto-negotiation;
+        }
+        unit 0 {
+            family inet {
+                address 10.10.125.69/30;
+            }
+        }
+    }
+    ge-0/2/9 {
+        description "Hub Appliance -  NetGuardian - ARD";
+        speed 100m;
+        link-mode full-duplex;
+        gigether-options {
+            no-auto-negotiation;
+        }
+        unit 0 {
+            family inet {
+                address 10.10.124.69/30;
+            }
+        }
+    }
     ge-0/3/0 {
         description "NNI to INFO - ARD - CIR000xxxx [NO-MONITOR]";
         vlan-tagging;
@@ -736,6 +822,44 @@
             load-balance per-packet;
         }
     }
+    policy-statement ONENET-PoP-APPLIANCES-EXPORT {
+        term 1 {
+            from protocol direct;
+            then {
+                community add ONENET-PoP-APPLIANCES;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol static;
+            then {
+                community add ONENET-PoP-APPLIANCES;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol bgp;
+            then {
+                community add ONENET-PoP-APPLIANCES;
+                accept;
+            }
+        }
+        term REJECT {
+            then reject;
+        }
+    }
+    policy-statement ONENET-PoP-APPLIANCES-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community ONENET-PoP-APPLIANCES;
+            }
+            then accept;
+        }
+        term REJECT {
+            then reject;
+        }
+    }
     policy-statement REDISTRIBUTE-DIRECTS {
         term 1 {
             from protocol direct;
@@ -778,6 +902,7 @@
     community Miami members 5078:138;
     community Midwest-City members 5078:2;
     community Muskogee members 5078:94;
+    community ONENET-PoP-APPLIANCES members target:5078:2012;
     community OSUOKC members 5078:50;
     community Okmulgee members 5078:110;
     community Ponca-City members 5078:186;
@@ -1027,6 +1152,31 @@
         }
     }
 }
+routing-instances {
+    ONENET-PoP-APPLIANCES-L3VPN {
+        description ONENET-PoP-APPLIANCES-L3VPN;
+        instance-type vrf;
+        interface ge-0/2/4.0; ## 'ge-0/2/4.0' is not defined
+        interface ge-0/2/5.0;
+        interface ge-0/2/6.0;
+        interface ge-0/2/7.0;
+        interface ge-0/2/8.0;
+        interface ge-0/2/9.0;
+        route-distinguisher 164.58.199.11:2012;
+        vrf-import ONENET-PoP-APPLIANCES-IMPORT;
+        vrf-export ONENET-PoP-APPLIANCES-EXPORT;
+        vrf-target target:5078:2012;
+        routing-options {
+            static {
+                route 10.10.124.70/32 next-hop 10.10.124.70;
+                route 10.10.125.70/32 next-hop 10.10.125.70;
+                route 10.10.127.70/32 next-hop 10.10.127.70;
+                route 10.10.120.50/32 next-hop 10.10.120.50;
+                route 10.10.120.54/32 next-hop 10.10.120.54;
+            }
+        }
+    }
+}
 services {
     flow-monitoring {
         version-ipfix {

Index: core.dun.onenet.net
===================================================================
--- core.dun.onenet.net	(revision 87221)
+++ core.dun.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at DUNCAN-MX480-RE0> show system commit 
+#   2013-10-31 20:33:58 CDT by joel via cli commit synchronize
 #   2013-10-31 14:31:50 CDT by jeremyt via cli commit synchronize
 #   2013-09-30 17:34:21 CDT by jeremyt via cli commit synchronize
 #   2013-09-18 15:46:06 CDT by josh via cli commit synchronize
 #   2013-09-18 15:20:16 CDT by josh via cli commit synchronize
 #   2013-09-18 15:18:49 CDT by josh via cli commit synchronize
-#   2013-09-18 15:16:33 CDT by josh via cli commit synchronize
 # grnoc-mon at DUNCAN-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -237,7 +237,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: 2013-10-31 14:31 CDT  by jeremyt
+# Last configured: 2013-10-31 20:33 CDT  by joel
 # 
 # grnoc-mon at DUNCAN-MX480-RE0> show interface terse 
 #Interface Admin Link
@@ -284,9 +284,13 @@
 #ge-0/3/3.32767 up down
 #ge-0/3/4 up down
 #ge-0/3/5 up down
+#ge-0/3/5.0 up down
 #ge-0/3/6 up down
+#ge-0/3/6.0 up down
 #ge-0/3/7 up down
+#ge-0/3/7.0 up down
 #ge-0/3/8 up down
+#ge-0/3/8.0 up down
 #ge-0/3/9 up up
 #ge-0/3/9.0 up up
 #cbp0 up up
@@ -313,7 +317,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at DUNCAN-MX480-RE0> show configuration 
-## Last commit: 2013-10-31 14:31:50 CDT by jeremyt
+## Last commit: 2013-10-31 20:33:58 CDT by joel
 version 11.4R7.5;
 groups {
     re0 {
@@ -578,47 +582,67 @@
         }
     }
     ge-0/3/4 {
-        description "Hub Appliance [NO-MONITOR]";
-        speed 100m;
+        description "Hub Appliance -  RESERVED [NO-MONITOR]";
+        speed 10m;
         link-mode full-duplex;
         gigether-options {
             no-auto-negotiation;
         }
     }
     ge-0/3/5 {
-        description "Hub Appliance - Camera #1 [NO-MONITOR]";
-        speed 100m;
+        description "Hub Appliance -  Camera #2 - DUN";
+        speed 10m;
         link-mode full-duplex;
         gigether-options {
             no-auto-negotiation;
         }
+        unit 0 {
+            family inet {
+                address 10.10.120.29/30;
+            }
+        }
     }
     ge-0/3/6 {
-        description "Hub Appliance - Camera #2 [NO-MONITOR]";
-        speed 100m;
+        description "Hub Appliance -  Camera #1 - DUN";
+        speed 10m;
         link-mode full-duplex;
         gigether-options {
             no-auto-negotiation;
         }
+        unit 0 {
+            family inet {
+                address 10.10.120.25/30;
+            }
+        }
     }
     ge-0/3/7 {
-        description "Hub Appliance - UPS System [NO-MONITOR]";
+        description "Hub Appliance -  UPS System - DUN";
         speed 100m;
         link-mode full-duplex;
         gigether-options {
             no-auto-negotiation;
         }
+        unit 0 {
+            family inet {
+                address 10.10.127.53/30;
+            }
+        }
     }
     ge-0/3/8 {
-        description "Hub Appliance - DC Power Plant [NO-MONITOR]";
+        description "Hub Appliance -  DC Power Plant - DUN";
         speed 100m;
         link-mode full-duplex;
         gigether-options {
             no-auto-negotiation;
         }
+        unit 0 {
+            family inet {
+                address 10.10.125.53/30;
+            }
+        }
     }
     ge-0/3/9 {
-        description "Hub Appliance - NetGuardian Alarm [NO-MONITOR]";
+        description "Hub Appliance -  NetGuardian - DUN";
         speed 100m;
         link-mode full-duplex;
         gigether-options {
@@ -626,7 +650,7 @@
         }
         unit 0 {
             family inet {
-                address 10.10.124.65/29;
+                address 10.10.124.53/30;
             }
         }
     }
@@ -1171,10 +1195,10 @@
         description ONENET-PoP-APPLIANCES-L3VPN;
         instance-type vrf;
         interface ge-0/3/4.0; ## 'ge-0/3/4.0' is not defined
-        interface ge-0/3/5.0; ## 'ge-0/3/5.0' is not defined
-        interface ge-0/3/6.0; ## 'ge-0/3/6.0' is not defined
-        interface ge-0/3/7.0; ## 'ge-0/3/7.0' is not defined
-        interface ge-0/3/8.0; ## 'ge-0/3/8.0' is not defined
+        interface ge-0/3/5.0;
+        interface ge-0/3/6.0;
+        interface ge-0/3/7.0;
+        interface ge-0/3/8.0;
         interface ge-0/3/9.0;
         route-distinguisher 164.58.199.19:2012;
         vrf-import ONENET-PoP-APPLIANCES-IMPORT;
@@ -1182,7 +1206,11 @@
         vrf-target target:5078:2012;
         routing-options {
             static {
-                route 10.10.124.66/32 next-hop 10.10.124.66;
+                route 10.10.124.54/32 next-hop 10.10.124.54;
+                route 10.10.125.54/32 next-hop 10.10.125.54;
+                route 10.10.127.54/32 next-hop 10.10.127.54;
+                route 10.10.120.26/32 next-hop 10.10.120.26;
+                route 10.10.120.30/32 next-hop 10.10.120.30;
             }
         }
     }

Index: core.chi.onenet.net
===================================================================
--- core.chi.onenet.net	(revision 87280)
+++ core.chi.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at CHICKASHA-MX480-RE0> show system commit 
+#   2013-10-31 20:22:46 CDT by joel via cli commit synchronize
 #   2013-10-31 14:31:44 CDT by jeremyt via cli commit synchronize
 #   2013-10-26 21:21:34 CDT by joel via cli commit synchronize
 #   2013-10-25 15:35:52 CDT by joel via cli commit synchronize
 #   2013-10-25 15:24:04 CDT by joel via cli commit synchronize
 #   2013-10-25 15:02:42 CDT by joel via cli commit synchronize
-#   2013-10-25 15:01:06 CDT by joel via cli commit synchronize
 # grnoc-mon at CHICKASHA-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -240,7 +240,7 @@
 # grnoc-mon at CHICKASHA-MX480-RE0> show system uptime 
 # System booted: 2013-09-03 07:56 CDT 
 # Protocols started: 2013-09-03 07:58 CDT 
-# Last configured: 2013-10-31 14:31 CDT  by jeremyt
+# Last configured: 2013-10-31 20:22 CDT  by joel
 # 
 # {master}
 # grnoc-mon at CHICKASHA-MX480-RE0> show interface terse 
@@ -282,8 +282,11 @@
 #ge-0/3/3 up down
 #ge-0/3/4 up down
 #ge-0/3/5 up down
+#ge-0/3/5.0 up down
 #ge-0/3/6 up down
+#ge-0/3/6.0 up down
 #ge-0/3/7 up down
+#ge-0/3/7.0 up down
 #ge-0/3/8 up down
 #ge-0/3/8.0 up down
 #ge-0/3/9 up up
@@ -312,7 +315,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at CHICKASHA-MX480-RE0> show configuration 
-## Last commit: 2013-10-31 14:31:44 CDT by jeremyt
+## Last commit: 2013-10-31 20:22:46 CDT by joel
 version 11.4R7.5;
 groups {
     re0 {
@@ -539,7 +542,7 @@
         }
     }
     ge-0/3/3 {
-        description "Hub Appliance [NO-MONITOR]";
+        description "Hub Appliance -  RESERVED [NO-MONITOR]";
         speed 100m;
         link-mode full-duplex;
         gigether-options {
@@ -547,39 +550,54 @@
         }
     }
     ge-0/3/4 {
-        description "Hub Appliance - Camera #1 [NO-MONITOR]";
-        speed 100m;
+        description "Hub Appliance -  RESERVED [NO-MONITOR]";
+        speed 10m;
         link-mode full-duplex;
         gigether-options {
             no-auto-negotiation;
         }
     }
     ge-0/3/5 {
-        description "Hub Appliance - Camera #2 [NO-MONITOR]";
-        speed 100m;
+        description "Hub Appliance -  Camera #2 - CHI";
+        speed 10m;
         link-mode full-duplex;
         gigether-options {
             no-auto-negotiation;
         }
+        unit 0 {
+            family inet {
+                address 10.10.120.13/30;
+            }
+        }
     }
     ge-0/3/6 {
-        description "Hub Appliance - UPS System [NO-MONITOR]";
-        speed 100m;
+        description "Hub Appliance -  Camera #1 - CHI";
+        speed 10m;
         link-mode full-duplex;
         gigether-options {
             no-auto-negotiation;
         }
+        unit 0 {
+            family inet {
+                address 10.10.120.9/30;
+            }
+        }
     }
     ge-0/3/7 {
-        description "Hub Appliance - DC Power Plant [NO-MONITOR]";
+        description "Hub Appliance -  UPS System - CHI";
         speed 100m;
         link-mode full-duplex;
         gigether-options {
             no-auto-negotiation;
         }
+        unit 0 {
+            family inet {
+                address 10.10.127.45/30;
+            }
+        }
     }
     ge-0/3/8 {
-        description "Hub Appliance - NetGuardian Alarm [NO-MONITOR]";
+        description "Hub Appliance -  DC Power Plant - CHI";
         speed 100m;
         link-mode full-duplex;
         gigether-options {
@@ -587,14 +605,20 @@
         }
         unit 0 {
             family inet {
-                address 10.10.124.49/29;
+                address 10.10.125.45/30;
             }
         }
     }
     ge-0/3/9 {
+        description "Hub Appliance -  NetGuardian - CHI";
+        speed 100m;
+        link-mode full-duplex;
+        gigether-options {
+            no-auto-negotiation;
+        }
         unit 0 {
             family inet {
-                address 10.10.124.65/30;
+                address 10.10.124.45/30;
             }
         }
     }
@@ -1150,17 +1174,22 @@
         instance-type vrf;
         interface ge-0/3/3.0; ## 'ge-0/3/3.0' is not defined
         interface ge-0/3/4.0; ## 'ge-0/3/4.0' is not defined
-        interface ge-0/3/5.0; ## 'ge-0/3/5.0' is not defined
-        interface ge-0/3/6.0; ## 'ge-0/3/6.0' is not defined
-        interface ge-0/3/7.0; ## 'ge-0/3/7.0' is not defined
+        interface ge-0/3/5.0;
+        interface ge-0/3/6.0;
+        interface ge-0/3/7.0;
         interface ge-0/3/8.0;
+        interface ge-0/3/9.0;
         route-distinguisher 164.58.199.82:2012;
         vrf-import ONENET-PoP-APPLIANCES-IMPORT;
         vrf-export ONENET-PoP-APPLIANCES-EXPORT;
         vrf-target target:5078:2012;
         routing-options {
             static {
-                route 10.10.124.50/32 next-hop 10.10.124.50;
+                route 10.10.124.46/32 next-hop 10.10.124.46;
+                route 10.10.125.46/32 next-hop 10.10.125.46;
+                route 10.10.127.46/32 next-hop 10.10.127.46;
+                route 10.10.120.10/32 next-hop 10.10.120.10;
+                route 10.10.120.14/32 next-hop 10.10.120.14;
             }
         }
     }

Index: core.law.onenet.net
===================================================================
--- core.law.onenet.net	(revision 87280)
+++ core.law.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at LAWTON-MX480-RE0> show system commit 
+#   2013-10-31 20:30:22 CDT by joel via cli commit synchronize
 #   2013-10-31 14:25:48 CDT by jeremyt via cli commit synchronize
 #   2013-10-22 12:35:25 CDT by rnordmark via cli commit synchronize
 #   2013-10-04 14:24:59 CDT by donnie via cli commit synchronize
 #   2013-09-18 15:44:07 CDT by josh via cli commit synchronize
 #   2013-09-15 14:28:35 CDT by joel via cli commit synchronize
-#   2013-09-14 20:26:40 CDT by joel via cli commit synchronize
 # grnoc-mon at LAWTON-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -322,7 +322,7 @@
 # grnoc-mon at LAWTON-MX480-RE0> show system uptime 
 # System booted: 2013-05-28 01:07 CDT 
 # Protocols started: 2013-05-28 01:08 CDT 
-# Last configured: 2013-10-31 14:25 CDT  by jeremyt
+# Last configured: 2013-10-31 20:30 CDT  by joel
 # 
 # {master}
 # grnoc-mon at LAWTON-MX480-RE0> show interface terse 
@@ -411,11 +411,15 @@
 #ge-0/3/3 up down
 #ge-0/3/4 up down
 #ge-0/3/5 up down
+#ge-0/3/5.0 up down
 #ge-0/3/6 up down
+#ge-0/3/6.0 up down
 #ge-0/3/7 up down
+#ge-0/3/7.0 up down
 #ge-0/3/8 up up
 #ge-0/3/8.0 up up
 #ge-0/3/9 up up
+#ge-0/3/9.0 up up
 #lc-1/0/0 up up
 #lc-1/0/0.32769 up up
 #pfe-1/0/0 up up
@@ -471,7 +475,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at LAWTON-MX480-RE0> show configuration 
-## Last commit: 2013-10-31 14:25:48 CDT by jeremyt
+## Last commit: 2013-10-31 20:30:22 CDT by joel
 version 11.4R7.5;
 groups {
     re0 {
@@ -948,7 +952,7 @@
         }
     }
     ge-0/3/3 {
-        description "Hub Appliance [NO-MONITOR]";
+        description "Hub Appliance -  RESERVED [NO-MONITOR]";
         speed 100m;
         link-mode full-duplex;
         gigether-options {
@@ -956,39 +960,54 @@
         }
     }
     ge-0/3/4 {
-        description "Hub Appliance - Camera #1 [NO-MONITOR]";
-        speed 100m;
+        description "Hub Appliance -  RESERVED [NO-MONITOR]";
+        speed 10m;
         link-mode full-duplex;
         gigether-options {
             no-auto-negotiation;
         }
     }
     ge-0/3/5 {
-        description "Hub Appliance - Camera #2 [NO-MONITOR]";
-        speed 100m;
+        description "Hub Appliance -  Camera #2 - LAW";
+        speed 10m;
         link-mode full-duplex;
         gigether-options {
             no-auto-negotiation;
         }
+        unit 0 {
+            family inet {
+                address 10.10.120.21/30;
+            }
+        }
     }
     ge-0/3/6 {
-        description "Hub Appliance - UPS System [NO-MONITOR]";
-        speed 100m;
+        description "Hub Appliance -  Camera #1 - LAW";
+        speed 10m;
         link-mode full-duplex;
         gigether-options {
             no-auto-negotiation;
         }
+        unit 0 {
+            family inet {
+                address 10.10.120.17/30;
+            }
+        }
     }
     ge-0/3/7 {
-        description "Hub Appliance - DC Power Plant [NO-MONITOR]";
+        description "Hub Appliance -  UPS System - LAW";
         speed 100m;
         link-mode full-duplex;
         gigether-options {
             no-auto-negotiation;
         }
+        unit 0 {
+            family inet {
+                address 10.10.127.49/30;
+            }
+        }
     }
     ge-0/3/8 {
-        description "Hub Appliance - NetGuardian Alarm [NO-MONITOR]";
+        description "Hub Appliance -  DC Power Plant - LAW";
         speed 100m;
         link-mode full-duplex;
         gigether-options {
@@ -996,12 +1015,22 @@
         }
         unit 0 {
             family inet {
-                address 10.10.124.57/29;
+                address 10.10.125.49/30;
             }
         }
     }
-    inactive: ge-0/3/9 {
-        description ONENETHUB-LAWTON-SANS-LAG_Cisco-GE-2-2-CHANNEL-GROUP1;
+    ge-0/3/9 {
+        description "Hub Appliance -  NetGuardian - LAW";
+        speed 100m;
+        link-mode full-duplex;
+        gigether-options {
+            no-auto-negotiation;
+        }
+        unit 0 {
+            family inet {
+                address 10.10.124.49/30;
+            }
+        }
     }
     xe-1/0/0 {
         description "CORE 10GE to hub.okccc xe-1/3/1 | OneNet-OKCCC-LAW-XE-XXXX";
@@ -1730,17 +1759,22 @@
         instance-type vrf;
         interface ge-0/3/3.0; ## 'ge-0/3/3.0' is not defined
         interface ge-0/3/4.0; ## 'ge-0/3/4.0' is not defined
-        interface ge-0/3/5.0; ## 'ge-0/3/5.0' is not defined
-        interface ge-0/3/6.0; ## 'ge-0/3/6.0' is not defined
-        interface ge-0/3/7.0; ## 'ge-0/3/7.0' is not defined
+        interface ge-0/3/5.0;
+        interface ge-0/3/6.0;
+        interface ge-0/3/7.0;
         interface ge-0/3/8.0;
+        interface ge-0/3/9.0;
         route-distinguisher 164.58.199.202:2012;
         vrf-import ONENET-PoP-APPLIANCES-IMPORT;
         vrf-export ONENET-PoP-APPLIANCES-EXPORT;
         vrf-target target:5078:2012;
         routing-options {
             static {
-                route 10.10.124.58/32 next-hop 10.10.124.58;
+                route 10.10.124.50/32 next-hop 10.10.124.50;
+                route 10.10.125.50/32 next-hop 10.10.125.50;
+                route 10.10.127.50/32 next-hop 10.10.127.50;
+                route 10.10.120.18/32 next-hop 10.10.120.18;
+                route 10.10.120.22/32 next-hop 10.10.120.22;
             }
         }
     }

Index: core1.okc-mx960.onenet.net
===================================================================
--- core1.okc-mx960.onenet.net	(revision 87337)
+++ core1.okc-mx960.onenet.net	(working copy)
@@ -692,7 +692,7 @@
 #lsi.1049089 up up
 #lsi.1049090 up up
 #lsi.1049096 up up
-#lsi.1992451 up up
+#lsi.1993985 up up
 #mtun up up
 #pimd up up
 #pime up up

Index: core2-okc-mx960.onenet.net
===================================================================
--- core2-okc-mx960.onenet.net	(revision 87336)
+++ core2-okc-mx960.onenet.net	(working copy)
@@ -539,7 +539,7 @@
 #lsi.1 up up
 #lsi.1048836 up up
 #lsi.1048838 up up
-#lsi.1993219 up up
+#lsi.1994753 up up
 #mtun up up
 #pimd up up
 #pime up up

Index: core5.okc.onenet.net
===================================================================
--- core5.okc.onenet.net	(revision 87338)
+++ core5.okc.onenet.net	(working copy)
@@ -570,8 +570,8 @@
 #lsi.1383945 up up
 #lsi.1383946 up up
 #lsi.1496838 up up
-#lsi.1978374 up up
-#lsi.1978375 up up
+#lsi.1979906 up up
+#lsi.1979907 up up
 #mtun up up
 #pimd up up
 #pime up up

Index: hub.tis.onenet.net
===================================================================
--- hub.tis.onenet.net	(revision 87331)
+++ hub.tis.onenet.net	(working copy)
@@ -293,7 +293,7 @@
 #t1-2/0/2:3.0 up up
 #t1-2/0/2:4 up up
 #t1-2/0/2:4.0 up up
-#t1-2/0/2:5 up up
+#t1-2/0/2:5 up down
 #t1-2/0/2:5.0 up down
 #t1-2/0/2:6 up down
 #t1-2/0/2:7 up down



More information about the Nocrancid mailing list