[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Sun Sep 15 11:01:05 CDT 2013


Index: core.hut.ard.onenet.net
===================================================================
--- core.hut.ard.onenet.net	(revision 78418)
+++ core.hut.ard.onenet.net	(working copy)
@@ -238,8 +238,6 @@
 #xe-0/0/0.40 up up
 #xe-0/0/0.32767 up up
 #xe-0/0/1 up down
-#xe-0/0/2 up down
-#xe-0/0/3 up down
 #ge-1/0/0 up down
 #ge-1/0/1 up down
 #ge-1/0/2 up down

Index: core.mca.onenet.net
===================================================================
--- core.mca.onenet.net	(revision 79266)
+++ core.mca.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at MCALESTER-MX480-RE0> show system commit 
+#   2013-09-15 10:29:23 CDT by joel via cli commit synchronize
 #   2013-09-10 12:28:42 CDT by joel via cli commit synchronize
 #   2013-09-10 12:14:03 CDT by joel via cli commit synchronize
 #   2013-08-29 13:21:00 CDT by jeremyt via cli commit synchronize
 #   2013-08-23 11:45:10 CDT by joel via cli commit synchronize
 #   2013-08-22 12:43:44 CDT by josh via cli commit synchronize
-#   2013-08-19 13:25:55 CDT by jeremyt via cli commit synchronize
 # grnoc-mon at MCALESTER-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -242,7 +242,7 @@
 # grnoc-mon at MCALESTER-MX480-RE0> show system uptime 
 # System booted: 2013-06-05 22:46 CDT 
 # Protocols started: 2013-06-05 22:54 CDT 
-# Last configured: 2013-09-10 12:28 CDT  by joel
+# Last configured: 2013-09-15 10:29 CDT  by joel
 # 
 # {master}
 # grnoc-mon at MCALESTER-MX480-RE0> show interface terse 
@@ -290,6 +290,7 @@
 #ge-0/3/7 up down
 #ge-0/3/8 up down
 #ge-0/3/9 up up
+#ge-0/3/9.0 up up
 #cbp0 up up
 #demux0 up up
 #dsc up up
@@ -314,7 +315,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at MCALESTER-MX480-RE0> show configuration 
-## Last commit: 2013-09-10 12:28:42 CDT by joel
+## Last commit: 2013-09-15 10:29:23 CDT by joel
 version 11.4R7.5;
 groups {
     re0 {
@@ -561,6 +562,59 @@
             }
         }
     }
+    ge-0/3/4 {
+        description "Hub Appliance [NO-MONITOR]";
+        speed 100m;
+        link-mode full-duplex;
+        gigether-options {
+            no-auto-negotiation;
+        }
+    }
+    ge-0/3/5 {
+        description "Hub Appliance - Camera #1 [NO-MONITOR]";
+        speed 100m;
+        link-mode full-duplex;
+        gigether-options {
+            no-auto-negotiation;
+        }
+    }
+    ge-0/3/6 {
+        description "Hub Appliance - Camera #2 [NO-MONITOR]";
+        speed 100m;
+        link-mode full-duplex;
+        gigether-options {
+            no-auto-negotiation;
+        }
+    }
+    ge-0/3/7 {
+        description "Hub Appliance - UPS System [NO-MONITOR]";
+        speed 100m;
+        link-mode full-duplex;
+        gigether-options {
+            no-auto-negotiation;
+        }
+    }
+    ge-0/3/8 {
+        description "Hub Appliance - DC Power Plant [NO-MONITOR]";
+        speed 100m;
+        link-mode full-duplex;
+        gigether-options {
+            no-auto-negotiation;
+        }
+    }
+    ge-0/3/9 {
+        description "Hub Appliance - NetGuardian Alarm [NO-MONITOR]";
+        speed 100m;
+        link-mode full-duplex;
+        gigether-options {
+            no-auto-negotiation;
+        }
+        unit 0 {
+            family inet {
+                address 10.10.124.169/29;
+            }
+        }
+    }
     fxp0 {
         disable;
     }
@@ -758,6 +812,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;
@@ -800,6 +892,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;
@@ -1057,6 +1150,27 @@
         then discard;
     }
 }
+routing-instances {
+    ONENET-PoP-APPLIANCES-L3VPN {
+        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/9.0;
+        route-distinguisher 164.58.199.92: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.170/32 next-hop 10.10.124.170;
+            }
+        }
+    }
+}
 services {
     flow-monitoring {
         version-ipfix {

Index: core.sal.onenet.net
===================================================================
--- core.sal.onenet.net	(revision 77755)
+++ core.sal.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at SALLISAW-MX480-RE0> show system commit 
+#   2013-09-15 10:04:49 CDT by joel via cli commit synchronize
 #   2013-08-29 13:21:20 CDT by jeremyt via cli commit synchronize
 #   2013-08-19 13:27:37 CDT by jeremyt via cli commit synchronize
 #   2013-08-19 09:17:59 CDT by rnordmark via cli commit synchronize
 #   2013-08-14 18:21:10 CDT by joel via cli commit synchronize
 #   2013-08-14 18:15:12 CDT by joel via cli commit synchronize
-#   2013-08-14 17:16:55 CDT by joel via cli commit synchronize
 # grnoc-mon at SALLISAW-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -241,7 +241,7 @@
 # grnoc-mon at SALLISAW-MX480-RE0> show system uptime 
 # System booted: 2013-06-04 22:31 CDT 
 # Protocols started: 2013-06-04 22:38 CDT 
-# Last configured: 2013-08-29 13:21 CDT  by jeremyt
+# Last configured: 2013-09-15 10:04 CDT  by joel
 # 
 # {master}
 # grnoc-mon at SALLISAW-MX480-RE0> show interface terse 
@@ -285,6 +285,7 @@
 #ge-0/3/7 up down
 #ge-0/3/8 up down
 #ge-0/3/9 up up
+#ge-0/3/9.0 up up
 #cbp0 up up
 #demux0 up up
 #dsc up up
@@ -309,7 +310,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at SALLISAW-MX480-RE0> show configuration 
-## Last commit: 2013-08-29 13:21:20 CDT by jeremyt
+## Last commit: 2013-09-15 10:04:49 CDT by joel
 version 11.4R7.5;
 groups {
     re0 {
@@ -519,6 +520,59 @@
             family mpls;
         }
     }
+    ge-0/3/4 {
+        description "Hub Appliance [NO-MONITOR]";
+        speed 100m;
+        link-mode full-duplex;
+        gigether-options {
+            no-auto-negotiation;
+        }
+    }
+    ge-0/3/5 {
+        description "Hub Appliance - Camera #1 [NO-MONITOR]";
+        speed 100m;
+        link-mode full-duplex;
+        gigether-options {
+            no-auto-negotiation;
+        }
+    }
+    ge-0/3/6 {
+        description "Hub Appliance - Camera #2 [NO-MONITOR]";
+        speed 100m;
+        link-mode full-duplex;
+        gigether-options {
+            no-auto-negotiation;
+        }
+    }
+    ge-0/3/7 {
+        description "Hub Appliance - UPS System [NO-MONITOR]";
+        speed 100m;
+        link-mode full-duplex;
+        gigether-options {
+            no-auto-negotiation;
+        }
+    }
+    ge-0/3/8 {
+        description "Hub Appliance - DC Power Plant [NO-MONITOR]";
+        speed 100m;
+        link-mode full-duplex;
+        gigether-options {
+            no-auto-negotiation;
+        }
+    }
+    ge-0/3/9 {
+        description "Hub Appliance - NetGuardian Alarm [NO-MONITOR]";
+        speed 100m;
+        link-mode full-duplex;
+        gigether-options {
+            no-auto-negotiation;
+        }
+        unit 0 {
+            family inet {
+                address 10.10.124.154/29;
+            }
+        }
+    }
     fxp0 {
         disable;
     }
@@ -727,6 +781,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;
@@ -769,6 +861,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;
@@ -1018,6 +1111,27 @@
         }
     }
 }
+routing-instances {
+    ONENET-PoP-APPLIANCES-L3VPN {
+        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/9.0;
+        route-distinguisher 164.58.199.119: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.154/32 next-hop 10.10.124.154;
+            }
+        }
+    }
+}
 services {
     flow-monitoring {
         version-ipfix {

Index: core.hut.web.onenet.net
===================================================================
--- core.hut.web.onenet.net	(revision 79670)
+++ core.hut.web.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at Webbers_Falls-MX40> show system commit 
+#   2013-09-15 10:23:10 CDT by joel via cli
 #   2013-09-14 13:09:35 CDT by joel via cli
 #   2013-08-17 14:43:20 CDT by joel via cli
 #   2013-07-08 14:00:24 CDT by joel via cli
 #   2013-07-08 13:56:33 CDT by joel via cli
 #   2013-06-27 09:07:50 CDT by admin via cli
-#   2013-06-26 14:23:14 CDT by admin via cli
 # grnoc-mon at Webbers_Falls-MX40> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -224,7 +224,7 @@
 # grnoc-mon at Webbers_Falls-MX40> show system uptime 
 # System booted: 2013-09-09 00:39 CDT 
 # Protocols started: 2013-09-09 00:40 CDT 
-# Last configured: 2013-09-14 13:09 CDT  by joel
+# Last configured: 2013-09-15 10:23 CDT  by joel
 # 
 # grnoc-mon at Webbers_Falls-MX40> show interface terse 
 #Interface Admin Link
@@ -289,7 +289,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at Webbers_Falls-MX40> show configuration 
-## Last commit: 2013-09-14 13:09:35 CDT by joel
+## Last commit: 2013-09-15 10:23:10 CDT by joel
 version 12.3R2.5;
 system {
     host-name Webbers_Falls-MX40;
@@ -462,6 +462,7 @@
                 address 164.58.247.22/30;
             }
             family inet6 {
+                mtu 9000;
                 address 2610:1d8:4500::1/127;
             }
             family mpls;

Index: hub.war.onenet.net
===================================================================
--- hub.war.onenet.net	(revision 78904)
+++ hub.war.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at WARNER-M120-RE0> show system commit 
+#   2013-09-15 10:21:59 CDT by joel via cli commit synchronize
+#   2013-09-15 10:16:20 CDT by joel via cli commit synchronize
 #   2013-08-29 16:15:16 CDT by joel via cli commit synchronize
 #   2013-08-29 13:17:21 CDT by jeremyt via cli commit synchronize
 #   2013-08-19 13:26:56 CDT by jeremyt via cli commit synchronize
 #   2013-08-14 17:23:26 CDT by josh via cli commit synchronize
-#   2013-06-27 09:24:22 CDT by joel via cli commit synchronize
-#   2013-06-27 09:23:18 CDT by joel via cli commit confirmed, rollback in 2mins synchronize
 # grnoc-mon at WARNER-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -270,7 +270,7 @@
 # grnoc-mon at WARNER-M120-RE0> show system uptime 
 # System booted: 2013-06-04 22:18 CDT 
 # Protocols started: 2013-06-04 22:27 CDT 
-# Last configured: 2013-08-29 16:15 CDT  by joel
+# Last configured: 2013-09-15 10:21 CDT  by joel
 # 
 # {master}
 # grnoc-mon at WARNER-M120-RE0> show interface terse 
@@ -408,7 +408,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at WARNER-M120-RE0> show configuration 
-## Last commit: 2013-08-29 16:15:16 CDT by joel
+## Last commit: 2013-09-15 10:21:59 CDT by joel
 version 11.4R7.5;
 groups {
     re0 {
@@ -1085,26 +1085,44 @@
         speed 100m;
         mtu 9000;
         link-mode full-duplex;
+        fastether-options {
+            ##
+            ## Warning: statement ignored: unsupported platform (m120)
+            ##
+            no-auto-negotiation;
+        }
         unit 0 {
             family inet;
         }
     }
     fe-3/0/3 {
-        description "Hub Appliance - Camera #2 [NO-MONITOR]";
+        description "Hub Appliance - Camera #1 [NO-MONITOR]";
         disable;
         speed 100m;
         mtu 9000;
         link-mode full-duplex;
+        fastether-options {
+            ##
+            ## Warning: statement ignored: unsupported platform (m120)
+            ##
+            no-auto-negotiation;
+        }
         unit 0 {
             family inet;
         }
     }
     fe-3/1/0 {
-        description "Hub Appliance - Camera #1 [NO-MONITOR]";
+        description "Hub Appliance - Camera #2 [NO-MONITOR]";
         disable;
         speed 100m;
         mtu 9000;
         link-mode full-duplex;
+        fastether-options {
+            ##
+            ## Warning: statement ignored: unsupported platform (m120)
+            ##
+            no-auto-negotiation;
+        }
         unit 0 {
             family inet;
         }
@@ -1115,6 +1133,12 @@
         speed 100m;
         mtu 9000;
         link-mode full-duplex;
+        fastether-options {
+            ##
+            ## Warning: statement ignored: unsupported platform (m120)
+            ##
+            no-auto-negotiation;
+        }
         unit 0 {
             family inet;
         }
@@ -1125,6 +1149,12 @@
         speed 100m;
         mtu 9000;
         link-mode full-duplex;
+        fastether-options {
+            ##
+            ## Warning: statement ignored: unsupported platform (m120)
+            ##
+            no-auto-negotiation;
+        }
         unit 0 {
             family inet;
         }
@@ -1135,8 +1165,16 @@
         speed 100m;
         mtu 9000;
         link-mode full-duplex;
+        fastether-options {
+            ##
+            ## Warning: statement ignored: unsupported platform (m120)
+            ##
+            no-auto-negotiation;
+        }
         unit 0 {
-            family inet;
+            family inet {
+                address 10.10.124.161/29;
+            }
         }
     }
     ge-3/2/0 {
@@ -1151,6 +1189,7 @@
                 address 164.58.247.21/30;
             }
             family inet6 {
+                mtu 9000;
                 address 2610:1d8:4500::/127;
             }
             family mpls;
@@ -1261,6 +1300,7 @@
         interface lo0.0;
         interface t3-2/0/1.0;
         interface t1-2/0/2:2.0;
+        interface ge-3/2/0.40;
     }
     bgp {
         inactive: path-selection cisco-non-deterministic;
@@ -1375,12 +1415,6 @@
         interface ge-3/2/0.40;
         interface lo0.0;
     }
-    ##
-    ## Warning: configuration block ignored: unsupported platform (m120)
-    ##
-    lldp {
-        interface ge-3/2/0;
-    }
 }
 policy-options {
     prefix-list EBGP-IPV4-NEIGHBORS;
@@ -1389,6 +1423,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;
@@ -1431,6 +1503,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;
@@ -1739,6 +1812,27 @@
         }
     }
 }
+routing-instances {
+    ONENET-PoP-APPLIANCES-L3VPN {
+        description ONENET-PoP-APPLIANCES-L3VPN;
+        instance-type vrf;
+        interface fe-3/0/2.0;
+        interface fe-3/0/3.0;
+        interface fe-3/1/0.0;
+        interface fe-3/1/1.0;
+        interface fe-3/1/2.0;
+        interface fe-3/1/3.0;
+        route-distinguisher 164.58.199.106: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.162/32 next-hop 10.10.124.162;
+            }
+        }
+    }
+}
 {master}
 # grnoc-mon at WARNER-M120-RE0> show ospf neighbor 
 # Address          Interface              State     ID               Pri  Dead

Index: swi.cai.eosc.onenet.net
===================================================================
--- swi.cai.eosc.onenet.net	(revision 72854)
+++ swi.cai.eosc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at SWI-EOSC-EX-3300> show system commit 
+#   2013-09-15 10:45:45 CDT by joel via cli
 #   2013-05-24 09:07:09 CDT by admin via cli
 #   2013-05-23 17:03:05 CDT by admin via cli
 #   2013-05-23 14:19:03 CDT by root via other
 #   2020-04-04 21:17:21 CDT by root via cli
 #   2020-04-04 21:16:45 CDT by root via cli
-#   2020-04-04 21:12:03 CDT by root via cli
 # grnoc-mon at SWI-EOSC-EX-3300> show chassis environment 
 # Class Item                           Status     Measurement
 # Power FPC 0 Power Supply 0           OK        
@@ -161,12 +161,13 @@
 # --------------------------------------------------------------------------
 # System booted: 2013-05-23 14:17 CDT 
 # Protocols started: 2013-05-23 14:19 CDT 
-# Last configured: 2013-05-24 09:07 CDT  by admin
+# Last configured: 2013-09-15 10:45 CDT  by joel
 # 
 # {master:0}
 # grnoc-mon at SWI-EOSC-EX-3300> show interface terse 
 #Interface Admin Link
 #ge-0/0/0 up up
+#ge-0/0/0.0 up up
 #ge-0/0/1 up down
 #ge-0/0/2 up down
 #ge-0/0/3 up down
@@ -212,7 +213,7 @@
 #vlan.250 up up
 #vme up down
 # grnoc-mon at SWI-EOSC-EX-3300> show configuration 
-## Last commit: 2013-05-24 09:07:09 CDT by admin
+## Last commit: 2013-09-15 10:45:45 CDT by joel
 version 12.3R2.5;
 system {
     host-name SWI-EOSC-EX-3300;
@@ -291,6 +292,71 @@
     }
 }
 interfaces {
+    ge-0/0/0 {
+        description "Hub Appliance - NetGuardian Alarm [NO-MONITOR]";
+        ether-options {
+            no-auto-negotiation;
+            link-mode full-duplex;
+            speed {
+                100m;
+            }
+        }
+        unit 0 {
+            family inet {
+                address 10.10.124.185/29;
+            }
+        }
+    }
+    ge-0/0/1 {
+        description "Hub Appliance - DC Power Plant [NO-MONITOR]";
+        ether-options {
+            no-auto-negotiation;
+            link-mode full-duplex;
+            speed {
+                100m;
+            }
+        }
+    }
+    ge-0/0/2 {
+        description "Hub Appliance - UPS System [NO-MONITOR]";
+        ether-options {
+            no-auto-negotiation;
+            link-mode full-duplex;
+            speed {
+                100m;
+            }
+        }
+    }
+    ge-0/0/3 {
+        description "Hub Appliance - Camera #2 [NO-MONITOR]";
+        ether-options {
+            no-auto-negotiation;
+            link-mode full-duplex;
+            speed {
+                100m;
+            }
+        }
+    }
+    ge-0/0/4 {
+        description "Hub Appliance - Camera #1 [NO-MONITOR]";
+        ether-options {
+            no-auto-negotiation;
+            link-mode full-duplex;
+            speed {
+                100m;
+            }
+        }
+    }
+    ge-0/0/5 {
+        description "Hub Appliance [NO-MONITOR]";
+        ether-options {
+            no-auto-negotiation;
+            link-mode full-duplex;
+            speed {
+                100m;
+            }
+        }
+    }
     ge-0/0/23 {
         description "L2 Eastern-Oklahoma-State-College-GE-VLAN3900-CIR0005208 [NO-MONITOR]";
         unit 0 {
@@ -378,6 +444,45 @@
         164.58.247.245/32;
         164.58.253.0/24;
     }
+    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;
+        }
+    }
+    community ONENET-PoP-APPLIANCES members target:5078:2012;
 }
 firewall {
     family inet {
@@ -405,6 +510,27 @@
         }
     }
 }
+routing-instances {
+    ONENET-PoP-APPLIANCES-L3VPN {
+        description ONENET-PoP-APPLIANCES-L3VPN;
+        instance-type vrf;
+        interface ge-0/0/0.0;
+        interface ge-0/0/1.0; ## 'ge-0/0/1.0' is not defined
+        interface ge-0/0/2.0; ## 'ge-0/0/2.0' is not defined
+        interface ge-0/0/3.0; ## 'ge-0/0/3.0' is not defined
+        interface ge-0/0/4.0; ## 'ge-0/0/4.0' is not defined
+        interface ge-0/0/5.0; ## 'ge-0/0/5.0' is not defined
+        route-distinguisher 164.58.247.246: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.186/32 next-hop 10.10.124.186;
+            }
+        }
+    }
+}
 ethernet-switching-options {
     voip;
     storm-control {



More information about the Nocrancid mailing list