[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Thu Jun 16 13:02:58 CDT 2016


Index: configs/allen-public-library.client.onenet.net
===================================================================
--- configs/allen-public-library.client.onenet.net	(revision 143682)
+++ configs/allen-public-library.client.onenet.net	(working copy)
@@ -141,8 +141,8 @@
 #ge-0/0/4.0 up up
 #ge-0/0/5 up up
 #ge-0/0/5.0 up up
-#ge-0/0/6 up down
-#ge-0/0/6.0 up down
+#ge-0/0/6 up up
+#ge-0/0/6.0 up up
 #ge-0/0/7 up down
 #ge-0/0/7.0 up down
 #ge-0/0/8 up down
Index: configs/core.law.onenet.net
===================================================================
--- configs/core.law.onenet.net	(revision 143705)
+++ configs/core.law.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at LAWTON-MX480-RE0> show system commit 
+#   2016-06-16 12:59:44 CDT by andrew via cli commit synchronize
+#   2016-06-16 12:58:26 CDT by andrew via cli commit synchronize
 #   2016-06-16 08:34:49 CDT by ianl via cli commit synchronize
 #   2016-06-15 17:18:22 CDT by rnordmark via cli commit synchronize
 #   2016-06-15 09:51:19 CDT by andrew via cli commit synchronize
 #   2016-06-14 21:41:58 CDT by andrew via cli commit synchronize
-#   2016-06-09 15:26:50 CDT by andrew via cli commit synchronize
-#   2016-06-09 15:11:34 CDT by andrew via cli commit synchronize
 # grnoc-mon at LAWTON-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -346,7 +346,7 @@
 # grnoc-mon at LAWTON-MX480-RE0> show system uptime 
 # System booted: 2016-03-16 01:11 CDT 
 # Protocols started: 2016-03-16 01:22 CDT 
-# Last configured: 2016-06-16 08:34 CDT  by ianl
+# Last configured: 2016-06-16 12:59 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at LAWTON-MX480-RE0> show interface terse 
@@ -440,7 +440,6 @@
 #ge-0/3/7 up up
 #ge-0/3/7.0 up up
 #ge-0/3/8 down down
-#ge-0/3/8.0 up down
 #ge-0/3/9 up up
 #ge-0/3/9.0 up up
 #lc-1/0/0 up up
@@ -537,6 +536,7 @@
 #lsi.1 up up
 #lsi.2 up up
 #lsi.3 up up
+#lsi.4 up up
 #lsi.1048622 up up
 #lsi.1048642 up up
 #lsi.1048652 up up
@@ -571,7 +571,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at LAWTON-MX480-RE0> show configuration 
-## Last commit: 2016-06-16 08:34:49 CDT by ianl
+## Last commit: 2016-06-16 12:59:44 CDT by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -876,7 +876,7 @@
                 sampling {
                     input;
                 }
-                address 156.110.86.121/30;
+                address 10.10.125.49/30;
             }
         }
     }
@@ -1194,13 +1194,7 @@
         }
     }
     ge-0/3/4 {
-        description "Hub Appliance - RESERVED [NO-MONITOR]";
         disable;
-        speed 10m;
-        link-mode full-duplex;
-        gigether-options {
-            no-auto-negotiation;
-        }
     }
     ge-0/3/5 {
         description "Hub Appliance - Camera #1 - LAW";
@@ -1252,21 +1246,7 @@
         }
     }
     ge-0/3/8 {
-        description "Hub Appliance - DC Power Plant - LAW";
         disable;
-        speed 100m;
-        link-mode full-duplex;
-        gigether-options {
-            no-auto-negotiation;
-        }
-        unit 0 {
-            family inet {
-                sampling {
-                    input;
-                }
-                address 10.10.125.49/30;
-            }
-        }
     }
     ge-0/3/9 {
         description "Hub Appliance - NetGuardian - LAW";
@@ -2591,34 +2571,48 @@
             then reject;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-EXPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-EXPORT {
+        term EXPORT-STATIC {
             from protocol static;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term 2 {
+        term EXPORT-DIRECT {
+            from protocol direct;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-OSPF {
+            from protocol ospf;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-BGP {
             from protocol bgp;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-IMPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-IMPORT {
+        term IMPORT-ROUTES {
             from {
                 protocol bgp;
-                community ONENET-PoP-APPLIANCES;
+                community ONENET-POP-APPLIANCES;
             }
             then accept;
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
@@ -2710,7 +2704,7 @@
     community OMES-AGENCY-DATA-VPN members target:5078:2548;
     community OMES-MGMT-VPN members target:5078:2550;
     community ONENET-MGMT-VPN members target:5078:2543;
-    community ONENET-PoP-APPLIANCES members target:5078:2012;
+    community ONENET-POP-APPLIANCES members target:5078:2012;
     community ONENET_ADV_AKAMAI members 5078:5400;
     community ONENET_ADV_FACEBOOK members 5078:5500;
     community ONENET_ADV_GGC members 5078:5600;
@@ -3228,28 +3222,19 @@
         vrf-target target:5078:2543;
         vrf-table-label;
     }
-    ONENET-PoP-APPLIANCES-L3VPN {
-        description ONENET-PoP-APPLIANCES-L3VPN;
+    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/1/5.0;
         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-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.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;
-            }
-        }
+        vrf-table-label;
     }
     TAGNET-L3VPN {
         description TAGNET-L3VPN;
Index: configs/core.say.onenet.net
===================================================================
--- configs/core.say.onenet.net	(revision 143708)
+++ configs/core.say.onenet.net	(working copy)
@@ -1,14 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at SAYRE-MX480-RE0> show system commit 
+#   2016-06-16 12:34:16 CDT by andrew via cli commit synchronize
+#   2016-06-16 12:12:43 CDT by andrew via cli commit synchronize
+#   2016-06-16 12:10:14 CDT by andrew via cli commit synchronize
 #   2016-06-16 11:55:09 CDT by andrew via cli commit synchronize
 #   2016-06-16 09:38:50 CDT by andrew via cli commit synchronize
 #   2016-03-21 00:53:26 CDT by admin via synchronize
-#   2016-03-21 00:51:47 CDT by root via other
-#     Synchronization with remote Routing Engine
-#   2016-03-21 00:51:04 CDT by root via other
-#   2016-03-21 00:29:04 CDT by root via other
-#     Synchronization with remote Routing Engine
 # grnoc-mon at SAYRE-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -100,7 +98,7 @@
 #       Xcvr 0     REV 01   740-031851   AC1108S041B       SFP-SX
 #       Xcvr 1     REV 02   740-013111   D499444           SFP-T
 #       Xcvr 3              NON-JNPR     31807P33100140    SFP-LH
-#       Xcvr 4     REV 01   740-011784   USAZX23775        SFP-LH
+#       Xcvr 4              740-011614   USOLXD24477       SFP-LX10
 #     PIC 3                 BUILTIN      BUILTIN           10x 1GE(LAN) SFP
 #       Xcvr 3     REV 02   740-013111   D446316           SFP-T
 #       Xcvr 5     REV 02   740-013111   D444738           SFP-T
@@ -253,7 +251,7 @@
 # grnoc-mon at SAYRE-MX480-RE0> show system uptime 
 # System booted: 2016-03-21 00:48 CDT 
 # Protocols started: 2016-03-21 00:53 CDT 
-# Last configured: 2016-06-16 11:55 CDT  by andrew
+# Last configured: 2016-06-16 12:34 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at SAYRE-MX480-RE0> show interface terse 
@@ -285,9 +283,9 @@
 #ge-0/2/3.500 up up
 #ge-0/2/3.2527 up up
 #ge-0/2/3.32767 up up
-#ge-0/2/4 down down
-#ge-0/2/4.80 up down
-#ge-0/2/4.32767 up down
+#ge-0/2/4 up up
+#ge-0/2/4.80 up up
+#ge-0/2/4.32767 up up
 #ge-0/2/5 down down
 #ge-0/2/6 down down
 #ge-0/2/7 down down
@@ -375,7 +373,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at SAYRE-MX480-RE0> show configuration 
-## Last commit: 2016-06-16 11:55:09 CDT by andrew
+## Last commit: 2016-06-16 12:34:16 CDT by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -680,7 +678,6 @@
     }
     ge-0/2/4 {
         description "DOC-SAYRE-DARK-FIBER-CIR000XXXX [NO-MONITOR]";
-        disable;
         flexible-vlan-tagging;
         mtu 9124;
         encapsulation flexible-ethernet-services;
Index: configs/maysville-es.client.onenet.net
===================================================================
--- configs/maysville-es.client.onenet.net	(revision 143708)
+++ configs/maysville-es.client.onenet.net	(working copy)
@@ -44,7 +44,6 @@
 #     Serial ID                      ACDT6307
 # 
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show chassis scb 
-# show chassis sfm detail
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show chassis sfm detail
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show chassis ssb 
 # show system boot-messages
@@ -112,7 +111,7 @@
 # WARNING: / was not properly dismounted
 # 
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show version 
-# file list /var/tmp detail # Hostname: MAYSVILLE-ES-LEASED-ASSET-TAG-004945 # Model: srx240h2 # JUNOS Software Release [12.1X44-D35.5] #  # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> file list /var/tmp detail # lrw-r--r--  1 root  wheel         11 May 19  2014 /var/tmp@ -> /cf/var/tmp
+# Hostname: MAYSVILLE-ES-LEASED-ASSET-TAG-004945 # Model: srx240h2 # file list /var/tmp detail # JUNOS Software Release [12.1X44-D35.5] #  # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> file list /var/tmp detail # lrw-r--r--  1 root  wheel         11 May 19  2014 /var/tmp@ -> /cf/var/tmp
 # total files: 1
 # 
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show system uptime 
@@ -618,7 +617,6 @@
 # OSPF instance is not running
 # 
 # grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show bfd session 
-quit
 
 0 sessions, 0 clients
 Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
Index: configs/core.ada.onenet.net
===================================================================
--- configs/core.ada.onenet.net	(revision 143708)
+++ configs/core.ada.onenet.net	(working copy)
@@ -293,13 +293,13 @@
 #ge-0/2/1.3900 up up
 #ge-0/2/1.3901 up up
 #ge-0/2/1.32767 up up
-#ge-0/2/2 up down
-#ge-0/2/2.71 up down
-#ge-0/2/2.80 up down
-#ge-0/2/2.500 up down
-#ge-0/2/2.501 up down
-#ge-0/2/2.2527 up down
-#ge-0/2/2.32767 up down
+#ge-0/2/2 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.501 up up
+#ge-0/2/2.2527 up up
+#ge-0/2/2.32767 up up
 #ge-0/2/3 up up
 #ge-0/2/3.80 up up
 #ge-0/2/3.200 up up
@@ -2688,6 +2688,7 @@
 # grnoc-mon at ADA-MX480-RE0> show ospf neighbor 
 # Address          Interface              State     ID               Pri  Dead
 # 164.58.244.5     ge-0/2/0.42            Full      164.58.199.22
+# 164.58.247.198   ge-0/2/2.71            Full      164.58.198.4
 # 164.58.244.6     xe-0/0/0.42            Full      164.58.199.211
 # 172.23.3.130     ge-0/3/2.113           Full      10.199.2.136
 # 
@@ -2697,10 +2698,11 @@
 Address                  State     Interface      Time     Interval  Multiplier
 164.58.244.5             Up        ge-0/2/0.42    1.200     0.400        3   
 164.58.244.6             Up        xe-0/0/0.42    1.200     0.400        3   
+164.58.247.198           Up        ge-0/2/2.71    1.200     0.400        3   
 fe80::223:9c00:2ab3:16fb Up        ge-0/2/0.42    1.200     0.400        3   
 fe80::8618:8800:2a28:3a18 Up       xe-0/0/0.42    1.200     0.400        3   
 
-4 sessions, 4 clients
-Cumulative transmit rate 10.0 pps, cumulative receive rate 10.0 pps
+5 sessions, 5 clients
+Cumulative transmit rate 12.5 pps, cumulative receive rate 12.5 pps
 
 {master}
Index: configs/odmhsas-camhc-altus.client.onenet.net
===================================================================
--- configs/odmhsas-camhc-altus.client.onenet.net	(revision 143704)
+++ configs/odmhsas-camhc-altus.client.onenet.net	(working copy)
@@ -942,6 +942,7 @@
 # OSPF instance is not running
 # 
 # grnoc-mon at ODMHSAS-CARL-ALBERT-MHC-ALTUS-SRX220> show bfd session 
+quit
                                                   Detect   Transmit
 Address                  State     Interface      Time     Interval  Multiplier
 10.119.20.106            Up        t1-1/0/0.0     6.000     2.000        3   
Index: configs/hub.dur.onenet.net
===================================================================
--- configs/hub.dur.onenet.net	(revision 143708)
+++ configs/hub.dur.onenet.net	(working copy)
@@ -330,7 +330,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 up
+#fe-2/1/3 down down
 #ge-2/2/0 down down
 #pc-2/2/0 up up
 #pc-2/2/0.16383 up up
Index: configs/core1.nor.onenet.net
===================================================================
--- configs/core1.nor.onenet.net	(revision 143640)
+++ configs/core1.nor.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at NORMAN1-MX480-RE0> show system commit 
+#   2016-06-16 12:02:10 CDT by andrew via cli commit synchronize
+#   2016-06-16 12:01:18 CDT by andrew via cli commit synchronize
 #   2016-06-09 09:00:02 CDT by andrew via cli commit synchronize
 #   2016-05-20 23:28:24 CDT by andrew via cli commit synchronize
 #   2016-05-20 23:27:21 CDT by andrew via cli commit synchronize
 #   2016-05-12 13:27:40 CDT by andrew via cli commit synchronize
-#   2016-05-04 14:35:26 CDT by rnordmark via cli commit synchronize
-#   2016-05-04 14:28:17 CDT by rnordmark via cli commit confirmed, rollback in 5mins synchronize
 # grnoc-mon at NORMAN1-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -383,7 +383,7 @@
 # grnoc-mon at NORMAN1-MX480-RE0> show system uptime 
 # System booted: 2016-04-03 01:22 CDT 
 # Protocols started: 2016-04-03 01:28 CDT 
-# Last configured: 2016-06-09 09:00 CDT  by andrew
+# Last configured: 2016-06-16 12:02 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at NORMAN1-MX480-RE0> show interface terse 
@@ -563,6 +563,7 @@
 #lsi.2 up up
 #lsi.3 up up
 #lsi.4 up up
+#lsi.5 up up
 #lsi.1048576 up up
 #lsi.1048577 up up
 #lsi.1048578 up up
@@ -597,7 +598,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at NORMAN1-MX480-RE0> show configuration 
-## Last commit: 2016-06-09 09:00:02 CDT by andrew
+## Last commit: 2016-06-16 12:02:10 CDT by andrew
 version 13.3R9.13;
 groups {
     re0 {
@@ -1190,6 +1191,9 @@
         link-mode full-duplex;
         unit 0 {
             family inet {
+                filter {
+                    output ARGUS-DC-OUTBOUND;
+                }
                 address 156.110.98.73/30;
             }
         }
@@ -2351,34 +2355,48 @@
             then reject;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-EXPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-EXPORT {
+        term EXPORT-STATIC {
             from protocol static;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term 2 {
+        term EXPORT-DIRECT {
+            from protocol direct;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-OSPF {
+            from protocol ospf;
+            then {
+                community add ONENET-POP-APPLIANCES;
+                accept;
+            }
+        }
+        term EXPORT-BGP {
             from protocol bgp;
             then {
-                community add ONENET-PoP-APPLIANCES;
+                community add ONENET-POP-APPLIANCES;
                 accept;
             }
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
-    policy-statement ONENET-PoP-APPLIANCES-IMPORT {
-        term 1 {
+    policy-statement ONENET-POP-APPLIANCES-IMPORT {
+        term IMPORT-ROUTES {
             from {
                 protocol bgp;
-                community ONENET-PoP-APPLIANCES;
+                community ONENET-POP-APPLIANCES;
             }
             then accept;
         }
-        term REJECT {
+        term REJECT-ALL-ELSE {
             then reject;
         }
     }
@@ -2445,7 +2463,7 @@
     community OMES-AGENCY-DATA-VPN members target:5078:2548;
     community OMES-MGMT-VPN members target:5078:2550;
     community ONENET-MGMT-VPN members target:5078:2543;
-    community ONENET-PoP-APPLIANCES members target:5078:2012;
+    community ONENET-POP-APPLIANCES members target:5078:2012;
     community ONENET_ADV_AKAMAI members 5078:5400;
     community ONENET_ADV_FACEBOOK members 5078:5500;
     community ONENET_ADV_GGC members 5078:5600;
@@ -2737,6 +2755,21 @@
                 }
             }
         }
+        filter ARGUS-DC-OUTBOUND {
+            term ALLOW-ONENET {
+                from {
+                    source-address {
+                        164.58.69.122/32;
+                    }
+                }
+                then accept;
+            }
+            term REJECT-ALL-ELSE {
+                then {
+                    reject;
+                }
+            }
+        }
         filter NORMAN-PS-OUT {
             term LIMIT-ICMP {
                 from {
@@ -2852,23 +2885,16 @@
             }
         }
     }
-    ONENET-PoP-APPLIANCES-L3VPN {
-        description ONENET-PoP-APPLIANCES-L3VPN;
+    ONENET-POP-APPLIANCES-L3VPN {
+        description ONENET-POP-APPLIANCES-L3VPN;
         instance-type vrf;
         interface ge-0/3/1.0;
         interface ge-0/3/2.0;
         route-distinguisher 164.58.199.230:2012;
-        vrf-import ONENET-PoP-APPLIANCES-IMPORT;
-        vrf-export ONENET-PoP-APPLIANCES-EXPORT;
+        vrf-import ONENET-POP-APPLIANCES-IMPORT;
+        vrf-export ONENET-POP-APPLIANCES-EXPORT;
         vrf-target target:5078:2012;
-        routing-options {
-            static {
-                route 10.10.124.230/32 next-hop 10.10.124.230;
-                route 10.10.126.218/32 next-hop 10.10.126.218;
-                route 10.10.120.218/32 next-hop 10.10.120.218;
-                route 10.10.120.222/32 next-hop 10.10.120.222;
-            }
-        }
+        vrf-table-label;
     }
     VPLS-OFFN-2551 {
         description VPLS-OU-2551;
Index: configs/core1.ptc.onenet.net
===================================================================
--- configs/core1.ptc.onenet.net	(revision 143471)
+++ configs/core1.ptc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at TULSA-PTC1-MX480-RE0> show system commit 
+#   2016-06-16 12:56:02 CDT by sky via cli commit synchronize
+#   2016-06-16 12:39:25 CDT by andrew via cli commit synchronize
+#   2016-06-16 12:38:11 CDT by andrew via cli commit synchronize
 #   2016-06-08 22:47:50 CDT by andrew via cli commit synchronize
 #   2016-06-08 15:12:01 CDT by sean via cli commit synchronize
 #   2016-06-08 15:09:27 CDT by sean via cli commit synchronize
-#   2016-05-31 09:59:32 CDT by joel via cli commit synchronize
-#   2016-05-26 11:07:51 CDT by joel via cli commit synchronize
-#   2016-05-25 10:27:48 CDT by joel via cli commit synchronize
 # grnoc-mon at TULSA-PTC1-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -300,7 +300,7 @@
 # grnoc-mon at TULSA-PTC1-MX480-RE0> show system uptime 
 # System booted: 2016-03-17 00:52 CDT 
 # Protocols started: 2016-03-17 01:01 CDT 
-# Last configured: 2016-06-08 22:47 CDT  by andrew
+# Last configured: 2016-06-16 12:56 CDT  by sky
 # 
 # {master}
 # grnoc-mon at TULSA-PTC1-MX480-RE0> show interface terse 
@@ -366,7 +366,8 @@
 #ge-0/3/4.0 up up
 #ge-0/3/5 up up
 #ge-0/3/5.0 up up
-#ge-0/3/6 up down
+#ge-0/3/6 up up
+#ge-0/3/6.0 up up
 #ge-0/3/7 up down
 #ge-0/3/8 up up
 #ge-0/3/8.1400 up up
@@ -427,7 +428,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at TULSA-PTC1-MX480-RE0> show configuration 
-## Last commit: 2016-06-08 22:47:50 CDT by andrew
+## Last commit: 2016-06-16 12:56:02 CDT by sky
 version 13.3R8.7;
 groups {
     re0 {
@@ -1073,6 +1074,11 @@
         gigether-options {
             no-auto-negotiation;
         }
+        unit 0 {
+            family inet {
+                address 38.104.198.234/29;
+            }
+        }
     }
     ge-0/3/8 {
         description "BTC NNI | [NO-MONITOR]";
Index: configs/swi1.odot.ada-hq.onenet.net
===================================================================
--- configs/swi1.odot.ada-hq.onenet.net	(revision 143708)
+++ configs/swi1.odot.ada-hq.onenet.net	(working copy)
@@ -44,7 +44,7 @@
 #   PIC 0                   BUILTIN      BUILTIN           24x 10/100/1000 Base-T
 #   PIC 1          REV 07   711-021270   AR0214140429      4x GE SFP
 #     Xcvr 0                NON-JNPR     PR91ABU           SFP-LX10
-#     Xcvr 1                740-011614   USOLXD24513       SFP-LX10
+#     Xcvr 1                NON-JNPR     PR91VKV           SFP-LX10
 # Power Supply 0   REV 05   740-020957   AT0514053265      PS 320W AC
 # Power Supply 1   REV 05   740-020957   AT0513501748      PS 320W AC
 # Fan Tray                                                 Fan Tray
@@ -215,8 +215,8 @@
 #ge-0/0/23.0 up down
 #ge-0/1/0 up up
 #ge-0/1/0.0 up up
-#ge-0/1/1 up down
-#ge-0/1/1.0 up down
+#ge-0/1/1 up up
+#ge-0/1/1.0 up up
 #vcp-0 up down
 #vcp-0.32768 up down
 #vcp-1 up down
@@ -237,7 +237,7 @@
 #pime up up
 #tap up up
 #vlan up up
-#vlan.80 up down
+#vlan.80 up up
 #vlan.81 up up
 #vme up down
 # grnoc-mon at SWI1-ODOT-ADA-HQ-EX4200> show configuration 
@@ -611,6 +611,7 @@
 {master:0}
 # grnoc-mon at SWI1-ODOT-ADA-HQ-EX4200> show ospf neighbor 
 # Address          Interface              State     ID               Pri  Dead
+# 10.199.210.65    vlan.80                Full      10.10.237.65
 # 10.199.210.105   vlan.81                Full      10.199.210.105
 # 
 # {master:0}
Index: configs/maysville-hs.client.onenet.net
===================================================================
--- configs/maysville-hs.client.onenet.net	(revision 143708)
+++ configs/maysville-hs.client.onenet.net	(working copy)
@@ -46,7 +46,6 @@
 #     Serial ID                      ACLC7669
 # 
 # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show chassis scb 
-# show chassis sfm detail
 # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show chassis sfm detail
 # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show chassis ssb 
 # show system boot-messages
@@ -114,7 +113,7 @@
 # WARNING: / was not properly dismounted
 # 
 # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show version 
-# Hostname: MAYSVILLE-HS-LEASED-ASSET-TAG-004887 # file list /var/tmp detail # Model: srx240h2 # JUNOS Software Release [12.1X44-D35.5] #  # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> file list /var/tmp detail # lrw-r--r--  1 root  wheel         11 May 19  2014 /var/tmp@ -> /cf/var/tmp
+# file list /var/tmp detail # Hostname: MAYSVILLE-HS-LEASED-ASSET-TAG-004887 # Model: srx240h2 # JUNOS Software Release [12.1X44-D35.5] #  # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> file list /var/tmp detail # lrw-r--r--  1 root  wheel         11 May 19  2014 /var/tmp@ -> /cf/var/tmp
 # total files: 1
 # 
 # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show system uptime 
@@ -602,6 +601,7 @@
 # OSPF instance is not running
 # 
 # grnoc-mon at MAYSVILLE-HS-LEASED-ASSET-TAG-004887> show bfd session 
+quit
 
 0 sessions, 0 clients
 Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
Index: configs/meeker-ps.client.onenet.net
===================================================================
--- configs/meeker-ps.client.onenet.net	(revision 143704)
+++ configs/meeker-ps.client.onenet.net	(working copy)
@@ -110,7 +110,7 @@
 # WARNING: / was not properly dismounted
 # 
 # grnoc-mon at MEEKER-PS-LEASED-ASSET-TAG-004947> show version 
-# Hostname: MEEKER-PS-LEASED-ASSET-TAG-004947 # Model: srx240h2 # JUNOS Software Release [12.1X44-D35.5] #  # grnoc-mon at MEEKER-PS-LEASED-ASSET-TAG-004947> file list /var/tmp detail # lrw-r--r--  1 root  wheel         11 May 19  2014 /var/tmp@ -> /cf/var/tmp
+# file list /var/tmp detail # Hostname: MEEKER-PS-LEASED-ASSET-TAG-004947 # Model: srx240h2 # JUNOS Software Release [12.1X44-D35.5] #  # grnoc-mon at MEEKER-PS-LEASED-ASSET-TAG-004947> file list /var/tmp detail # lrw-r--r--  1 root  wheel         11 May 19  2014 /var/tmp@ -> /cf/var/tmp
 # total files: 1
 # 
 # grnoc-mon at MEEKER-PS-LEASED-ASSET-TAG-004947> show system uptime 
Index: configs/swi.cai.cleet.onenet.net
===================================================================
--- configs/swi.cai.cleet.onenet.net	(revision 143708)
+++ configs/swi.cai.cleet.onenet.net	(working copy)
@@ -627,14 +627,16 @@
 # grnoc-mon at SWI-CLEET-ADA-EX-3300> show ospf neighbor 
 # Address          Interface              State     ID               Pri  Dead
 # 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        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}



More information about the Nocrancid mailing list