[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Wed Jul 20 12:03:21 CDT 2016


Index: configs/doh-blanchard.client.onenet.net
===================================================================
--- configs/doh-blanchard.client.onenet.net	(revision 144598)
+++ configs/doh-blanchard.client.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at DOH-BLANCHARD-SRX220> show system commit 
+#   2016-07-20 11:38:04 CDT by sean via cli
+#   2016-07-20 09:26:02 CDT by andrew via cli
 #   2016-07-13 20:33:42 CDT by admin via cli
 #   2016-07-13 19:10:43 CDT by admin via cli commit confirmed, rollback in 5mins
 #   2014-11-07 15:47:06 CST by admin via netconf
 #   2014-09-02 22:01:16 CDT by root via other
-#   2014-09-02 19:45:53 CDT by andrew via cli
-#   2014-09-02 15:46:06 CDT by rnordmark via cli
 # grnoc-mon at DOH-BLANCHARD-SRX220> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  Routing Engine                 OK        
@@ -93,16 +93,16 @@
 # ###PCB Group initialized for tcppcbgroup
 # ad0: Device does not support APM
 # ad0: 1006MB <CF 1GB 20080112> at ata2-master WDMA2
-# Trying to mount root from ufs:/dev/ad0s2a
+# Trying to mount root from ufs:/dev/ad0s1a
 # 
 # grnoc-mon at DOH-BLANCHARD-SRX220> show version 
 # Hostname: DOH-BLANCHARD-SRX220 # Model: srx220h-poe # JUNOS Software Release [12.1X46-D20.5] #  # grnoc-mon at DOH-BLANCHARD-SRX220> file list /var/tmp detail # lrw-r--r--  1 root  wheel         11 May 14  2014 /var/tmp@ -> /cf/var/tmp
 # total files: 1
 # 
 # grnoc-mon at DOH-BLANCHARD-SRX220> show system uptime 
-# System booted: 2016-07-13 19:14 CDT 
-# Protocols started: 2016-07-13 19:16 CDT 
-# Last configured: 2016-07-13 20:33 CDT  by admin
+# System booted: 2016-07-20 10:21 CDT 
+# Protocols started: 2016-07-20 10:23 CDT 
+# Last configured: 2016-07-20 11:38 CDT  by sean
 # 
 # grnoc-mon at DOH-BLANCHARD-SRX220> show interface terse 
 #Interface Admin Link
@@ -116,7 +116,8 @@
 #sp-0/0/0 up up
 #sp-0/0/0.0 up up
 #sp-0/0/0.16383 up up
-#ge-0/0/1 down down
+#ge-0/0/1 up down
+#ge-0/0/1.0 up down
 #ge-0/0/2 down down
 #ge-0/0/3 down down
 #ge-0/0/4 down down
@@ -126,6 +127,7 @@
 #t1-1/0/0 up up
 #t1-1/0/0.16 up up
 #t1-1/0/0.17 up up
+#t1-1/0/0.18 up up
 #fxp2 up up
 #fxp2.0 up up
 #gre up up
@@ -147,10 +149,11 @@
 #tap up up
 #vlan up up
 # grnoc-mon at DOH-BLANCHARD-SRX220> show configuration 
-## Last commit: 2016-07-13 20:33:42 CDT by admin
+## Last commit: 2016-07-20 11:38:04 CDT by sean
 version 12.1X46-D20.5;
 system {
     host-name DOH-BLANCHARD-SRX220;
+    auto-snapshot;
     domain-name onenet.net;
     time-zone America/Chicago;
     authentication-order [ password radius ];
@@ -283,7 +286,17 @@
         }
     }
     ge-0/0/1 {
-        disable;
+        description DOH-PUBLIC;
+        speed 100m;
+        link-mode full-duplex;
+        unit 0 {
+            family inet {
+                filter {
+                    input DOH-COS;
+                }
+                address 164.58.23.41/30;
+            }
+        }
     }
     ge-0/0/2 {
         disable;
@@ -331,6 +344,16 @@
                 address 10.119.76.111/31;
             }
         }
+        unit 18 {
+            description "DOH-PUBLIC to OneNet";
+            dlci 18;
+            family inet {
+                filter {
+                    input DOH-COS;
+                }
+                address 172.23.4.138/30;
+            }
+        }
     }
     t1-2/0/0 {
         disable;
@@ -559,6 +582,18 @@
                 }
             }
         }
+        from-zone DOH-PUBLIC to-zone DOH-PUBLIC {
+            policy DOH-PUBLIC {
+                match {
+                    source-address any;
+                    destination-address any;
+                    application any;
+                }
+                then {
+                    permit;
+                }
+            }
+        }
     }
     zones {
         security-zone DOH-DATA {
@@ -598,6 +633,29 @@
                 }
             }
         }
+        security-zone DOH-PUBLIC {
+            interfaces {
+                t1-1/0/0.18 {
+                    host-inbound-traffic {
+                        system-services {
+                            ping;
+                            traceroute;
+                            ssh;
+                            snmp;
+                        }
+                    }
+                }
+                ge-0/0/1.0 {
+                    host-inbound-traffic {
+                        system-services {
+                            ping;
+                            traceroute;
+                            snmp;
+                        }
+                    }
+                }
+            }
+        }
     }
 }
 firewall {
@@ -705,6 +763,16 @@
             }
         }
     }
+    DOH-PUBLIC {
+        instance-type virtual-router;
+        interface ge-0/0/1.0;
+        interface t1-1/0/0.18;
+        routing-options {
+            static {
+                route 0.0.0.0/0 next-hop 172.23.4.137;
+            }
+        }
+    }
 }
 # grnoc-mon at DOH-BLANCHARD-SRX220> show ospf neighbor 
 # OSPF instance is not running
Index: configs/mcalester-ps.client.onenet.net
===================================================================
--- configs/mcalester-ps.client.onenet.net	(revision 144786)
+++ configs/mcalester-ps.client.onenet.net	(working copy)
@@ -148,8 +148,8 @@
 #ge-0/0/1.0 up down
 #ge-0/0/2 down down
 #ge-0/0/3 down down
-#ge-0/0/4 up up
-#ge-0/0/4.0 up up
+#ge-0/0/4 up down
+#ge-0/0/4.0 up down
 #ge-0/0/5 up up
 #ge-0/0/5.0 up up
 #ge-0/0/6 down down
Index: configs/core.mca.onenet.net
===================================================================
--- configs/core.mca.onenet.net	(revision 144674)
+++ configs/core.mca.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at MCALESTER-MX480-RE0> show system commit 
+#   2016-07-20 11:54:38 CDT by andrew via cli commit synchronize
 #   2016-06-26 20:37:19 CDT by andrew via cli commit synchronize
 #   2016-06-01 12:58:01 CDT by sean via cli commit synchronize
 #   2016-06-01 12:46:10 CDT by aberrios via cli commit synchronize
 #   2016-04-20 20:56:25 CDT by andrew via cli commit synchronize
 #   2016-04-15 17:14:38 CDT by andrew via cli commit synchronize
-#   2016-04-14 10:37:37 CDT by andrew via cli commit synchronize
 # grnoc-mon at MCALESTER-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -255,7 +255,7 @@
 # grnoc-mon at MCALESTER-MX480-RE0> show system uptime 
 # System booted: 2016-03-13 01:36 CST 
 # Protocols started: 2016-03-13 01:45 CST 
-# Last configured: 2016-06-26 20:37 CDT  by andrew
+# Last configured: 2016-07-20 11:54 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at MCALESTER-MX480-RE0> show interface terse 
@@ -280,6 +280,7 @@
 #xe-0/1/1.1033 up up
 #xe-0/1/1.1036 up up
 #xe-0/1/1.2033 up up
+#xe-0/1/1.2036 up up
 #xe-0/1/1.3036 up up
 #xe-0/1/1.32767 up up
 #ge-0/2/0 up up
@@ -404,7 +405,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at MCALESTER-MX480-RE0> show configuration 
-## Last commit: 2016-06-26 20:37:19 CDT by andrew
+## Last commit: 2016-07-20 11:54:38 CDT by andrew
 version 13.3R8.7;
 groups {
     re0 {
@@ -760,6 +761,20 @@
                 address 10.199.4.178/31;
             }
         }
+        unit 2036 {
+            description "MCALESTER-PUBLIC-SCHOOLS-SKYRIDER-MGMT-CIR0019160 [ORDERED]";
+            vlan-tags outer 1036 inner 501;
+            family inet {
+                policer {
+                    input 10M-POL;
+                    output 10M-POL;
+                }
+                sampling {
+                    input;
+                }
+                address 172.17.0.77/30;
+            }
+        }
         unit 3036 {
             description MCALESTER-PS-NID-MGMT-CIR0019160;
             vlan-tags outer 1036 inner 80;
@@ -2232,6 +2247,7 @@
     SKYRIDER-MGMT-L3VPN {
         description SKYRIDER-MGMT-L3VPN;
         instance-type vrf;
+        interface xe-0/1/1.2036;
         interface ge-0/3/0.399;
         route-distinguisher 164.58.199.92:2547;
         vrf-import SKYRIDER-MGMT-VRF-IMPORT;
@@ -2250,6 +2266,9 @@
                     neighbor 172.17.0.26 {
                         description EBGP-SKYRIDER-MGMT-MCA-10M-CIR0019103;
                     }
+                    neighbor 172.17.0.78 {
+                        description "EBGP-SKYRIDER-MGMT-MCA-PS-10M-CIR0019160 [ORDERED]";
+                    }
                 }
             }
         }
Index: configs/oja-sw-youth-academy-manitou.client.onenet.net
===================================================================
--- configs/oja-sw-youth-academy-manitou.client.onenet.net	(revision 144803)
+++ configs/oja-sw-youth-academy-manitou.client.onenet.net	(working copy)
@@ -139,7 +139,7 @@
 #ppd0 up up
 #ppe0 up up
 #st0 up up
-#st0.1 up down
+#st0.1 up up
 #tap up up
 #vlan up up
 #vlan.3 up up
Index: configs/hub.okm.onenet.net
===================================================================
--- configs/hub.okm.onenet.net	(revision 144792)
+++ configs/hub.okm.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKMULGEE-M120-RE0> show system commit 
+#   2016-07-20 11:26:15 CDT by sky via cli commit synchronize
 #   2016-07-12 19:31:48 CDT by andrew via cli commit synchronize
 #   2016-07-12 19:29:34 CDT by andrew via cli commit synchronize
 #   2016-07-12 19:27:35 CDT by andrew via cli commit synchronize
 #   2016-07-12 18:18:06 CDT by sky via cli commit synchronize
 #   2016-07-12 18:08:18 CDT by sky via cli commit synchronize
-#   2016-07-12 17:59:35 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
 # grnoc-mon at OKMULGEE-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -266,7 +266,7 @@
 # grnoc-mon at OKMULGEE-M120-RE0> show system uptime 
 # System booted: 2016-03-18 02:05 CDT 
 # Protocols started: 2016-03-18 02:11 CDT 
-# Last configured: 2016-07-12 19:31 CDT  by andrew
+# Last configured: 2016-07-20 11:26 CDT  by sky
 # 
 # {master}
 # grnoc-mon at OKMULGEE-M120-RE0> show interface terse 
@@ -429,7 +429,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKMULGEE-M120-RE0> show configuration 
-## Last commit: 2016-07-12 19:31:48 CDT by andrew
+## Last commit: 2016-07-20 11:26:15 CDT by sky
 version 13.3R8.7;
 groups {
     re0 {
@@ -882,7 +882,7 @@
         disable;
     }
     t1-2/0/2:9 {
-        description DOH-OKEMAH-T1-CIR0000462-OCS;
+        description "DOH-OKEMAH-T1-CIR0000462-OCS [DECOM]";
         mtu 1518;
         encapsulation cisco-hdlc;
         unit 0 {
Index: configs/hub.dur.onenet.net
===================================================================
--- configs/hub.dur.onenet.net	(revision 144803)
+++ configs/hub.dur.onenet.net	(working copy)
@@ -329,7 +329,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 down down
 #pc-2/2/0 up up
 #pc-2/2/0.16383 up up
Index: configs/hub.say.onenet.net
===================================================================
--- configs/hub.say.onenet.net	(revision 144803)
+++ configs/hub.say.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at SAYRE-M120-RE0> show system commit 
+#   2016-07-20 11:27:42 CDT by sky via cli commit synchronize
 #   2016-07-20 10:05:10 CDT by andrew via cli commit synchronize
 #   2016-07-19 12:36:11 CDT by sky via cli commit synchronize
 #   2016-06-21 23:48:58 CDT by andrew via cli commit synchronize
 #   2016-06-16 15:20:05 CDT by andrew via cli commit synchronize
 #   2016-06-08 11:04:28 CDT by andrew via cli commit synchronize
-#   2016-04-20 21:22:43 CDT by andrew via cli commit synchronize
 # grnoc-mon at SAYRE-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -264,7 +264,7 @@
 # grnoc-mon at SAYRE-M120-RE0> show system uptime 
 # System booted: 2016-03-21 00:47 CDT 
 # Protocols started: 2016-03-21 00:52 CDT 
-# Last configured: 2016-07-20 10:05 CDT  by andrew
+# Last configured: 2016-07-20 11:27 CDT  by sky
 # 
 # {master}
 # grnoc-mon at SAYRE-M120-RE0> show interface terse 
@@ -422,7 +422,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at SAYRE-M120-RE0> show configuration 
-## Last commit: 2016-07-20 10:05:10 CDT by andrew
+## Last commit: 2016-07-20 11:27:42 CDT by sky
 version 13.3R8.7;
 groups {
     re0 {
@@ -748,7 +748,7 @@
         }
     }
     t1-2/0/2:3 {
-        description DOH-SAYRE-T1-CIR0003405-OCS;
+        description "DOH-SAYRE-T1-CIR0003405-OCS [DECOM]";
         mtu 1518;
         encapsulation cisco-hdlc;
         unit 0 {
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net	(revision 144802)
+++ configs/core3.okc-m120.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE3-M120-RE0> show system commit 
+#   2016-07-20 11:14:26 CDT by sky via cli commit synchronize
 #   2016-07-20 09:45:48 CDT by andrew via cli commit synchronize
 #   2016-07-20 09:25:26 CDT by andrew via cli commit synchronize
 #   2016-07-20 09:21:37 CDT by andrew via cli commit synchronize
 #   2016-07-19 19:32:40 CDT by sky via cli commit synchronize
 #   2016-07-19 19:22:10 CDT by sky via cli commit synchronize
-#   2016-07-19 19:10:38 CDT by sky via cli commit synchronize
 # grnoc-mon at OKC-CORE3-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -367,7 +367,7 @@
 # grnoc-mon at OKC-CORE3-M120-RE0> show system uptime 
 # System booted: 2015-05-06 01:06 CDT 
 # Protocols started: 2015-05-06 01:08 CDT 
-# Last configured: 2016-07-20 09:45 CDT  by andrew
+# Last configured: 2016-07-20 11:14 CDT  by sky
 # 
 # {master}
 # grnoc-mon at OKC-CORE3-M120-RE0> show interface terse 
@@ -762,10 +762,10 @@
 #t1-2/3/0:8:15.0 up up
 #t1-2/3/0:8:16 up up
 #t1-2/3/0:8:16.0 up up
-#t1-2/3/0:8:17 up down
-#t1-2/3/0:8:17.16 up down
-#t1-2/3/0:8:17.17 up down
-#t1-2/3/0:8:17.18 up down
+#t1-2/3/0:8:17 up up
+#t1-2/3/0:8:17.16 up up
+#t1-2/3/0:8:17.17 up up
+#t1-2/3/0:8:17.18 up up
 #t1-2/3/0:8:18 down down
 #t1-2/3/0:8:19 up up
 #t1-2/3/0:8:19.0 up up
@@ -1834,7 +1834,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE3-M120-RE0> show configuration 
-## Last commit: 2016-07-20 09:45:48 CDT by andrew
+## Last commit: 2016-07-20 11:14:26 CDT by sky
 version 12.3R7.7;
 groups {
     re0 {
@@ -2443,7 +2443,7 @@
         }
     }
     t1-2/3/0:1:13 {
-        description DOH-EUFAULA-T1-CIR0003664-OCS;
+        description "DOH-EUFAULA-T1-CIR0003664-OCS [DECOM]";
         mtu 1518;
         encapsulation cisco-hdlc;
         unit 0 {
@@ -3586,7 +3586,7 @@
         partition 1-28 interface-type t1;
     }
     t1-2/3/0:7:1 {
-        description DOH-Hollis-T1-CIR0002932-OCS;
+        description "DOH-Hollis-T1-CIR0002932-OCS [DECOM]";
         mtu 1518;
         encapsulation cisco-hdlc;
         unit 0 {
@@ -3871,7 +3871,7 @@
         disable;
     }
     t1-2/3/0:8:14 {
-        description DOH-Beaver-T1-CIR0002823-OCS;
+        description "DOH-Beaver-T1-CIR0002823-OCS [DECOM]";
         mtu 1518;
         encapsulation cisco-hdlc;
         unit 0 {
@@ -5158,7 +5158,7 @@
         disable;
     }
     t1-3/3/0:1:26 {
-        description DOH-Purcell-T1-CIR0002993-OCS;
+        description "DOH-Purcell-T1-CIR0002993-OCS [DECOM]";
         mtu 1518;
         encapsulation cisco-hdlc;
         unit 0 {
@@ -5453,7 +5453,7 @@
         }
     }
     t1-3/3/0:3:11 {
-        description DOH-Frederick-T1-CIR0003020-OCS;
+        description "DOH-Frederick-T1-CIR0003020-OCS [DECOM]";
         mtu 1518;
         encapsulation cisco-hdlc;
         unit 0 {
@@ -5843,7 +5843,7 @@
         disable;
     }
     t1-3/3/0:5:20 {
-        description DOH-Vinita-T1-CIR0003130-OCS;
+        description "DOH-Vinita-T1-CIR0003130-OCS [DECOM]";
         mtu 1518;
         encapsulation cisco-hdlc;
         unit 0 {
@@ -6656,7 +6656,7 @@
         partition 1-28 interface-type t1;
     }
     t1-3/3/0:11:1 {
-        description DOH-Clinton-T1-CIR0003197-OCS;
+        description "DOH-Clinton-T1-CIR0003197-OCS [DECOM]";
         mtu 1518;
         encapsulation cisco-hdlc;
         unit 0 {
Index: configs/mcalester-ps.nid.onenet.net
===================================================================
--- configs/mcalester-ps.nid.onenet.net	(revision 143335)
+++ configs/mcalester-ps.nid.onenet.net	(working copy)
@@ -501,7 +501,7 @@
 network-element ne-1
   configure nte nte112-1-1-1
     configure access-port access-1-1-1-3
-      admin-state unassigned
+      admin-state in-service
       service-type epl
       speed auto
       port-shaped-speed 0
@@ -541,7 +541,7 @@
         jdsu-lpbk-control disabled
         swap-sada sada
         back
-      alias ""
+      alias "MCALESTER-PS-SKYRIDER-MGMT-CIR0019160 [ORDERED]"
       auto-diagnostic enabled
       mtu 9600
       afp all-afp
@@ -1845,11 +1845,12 @@
   configure nte nte112-1-1-1
     configure access-port access-1-1-1-3
       configure flow flow-1-1-1-3-1
+        admin-state in-service
         itag none
         circuit-name ""
         es-frame-loss-threshold 1
         ses-frame-loss-threshold-ratio 30
-        network-interface network-1-1-1-1 push 3-0 none
+        network-interface network-1-1-1-1 push 501-0 none
         a2n-shaping-type flow-based
         policing enabled
         policing-control a2n-n2a
@@ -2008,8 +2009,8 @@
     configure access-port access-1-1-1-3
       configure flow flow-1-1-1-3-1
         configure a2n-policer a2n_policer-1-1-1-3-1-0
-          eir 0
-          ebs 0
+          ebs 1024
+          eir 10048000
           cir 0
           cbs 0
           color-marking enabled
Index: configs/core5.tul.onenet.net
===================================================================
--- configs/core5.tul.onenet.net	(revision 144802)
+++ configs/core5.tul.onenet.net	(working copy)
@@ -6614,7 +6614,6 @@
 Address                  State     Interface      Time     Interval  Multiplier
 10.119.20.135            Up        xe-2/3/0.170   6.000     2.000        3   
 10.119.20.149            Up        xe-1/0/1.216   6.000     2.000        3   
-10.119.20.151            Up        xe-2/3/0.164   6.000     2.000        3   
 10.119.20.153            Up        xe-2/3/0.165   6.000     2.000        3   
 164.58.15.149            Up        xe-0/1/1.148   1.200     0.400        3   
 164.58.244.19            Up        xe-2/3/0.175   1.200     0.400        3   
@@ -6628,7 +6627,7 @@
 fe80::2ac0:daff:fe4e:cef8 Up       ge-0/3/8.0     1.200     0.400        3   
 fe80::8618:8800:2aee:4fc3 Up       ae2.42         1.200     0.400        3   
 
-15 sessions, 18 clients
-Cumulative transmit rate 28.0 pps, cumulative receive rate 27.0 pps
+14 sessions, 17 clients
+Cumulative transmit rate 27.5 pps, cumulative receive rate 26.5 pps
 
 {master}
Index: configs/core6.okc.onenet.net
===================================================================
--- configs/core6.okc.onenet.net	(revision 144803)
+++ configs/core6.okc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ROUTE-REFLECTOR-OKC-RE0> show system commit 
+#   2016-07-20 11:35:05 CDT by sky via cli commit synchronize
 #   2016-07-20 10:11:12 CDT by andrew via cli commit synchronize
 #   2016-07-19 20:51:02 CDT by andrew via cli commit synchronize
 #   2016-07-19 16:29:28 CDT by andrew via cli commit synchronize
 #   2016-07-13 22:19:13 CDT by andrew via cli commit synchronize
 #   2016-07-13 16:55:13 CDT by sky via cli commit synchronize
-#   2016-07-13 08:43:43 CDT by andrew via cli commit synchronize
 # grnoc-mon at ROUTE-REFLECTOR-OKC-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -381,7 +381,7 @@
 # Time Source:  NTP CLOCK 
 # System booted: 2016-07-04 15:26 CDT 
 # Protocols started: 2016-07-04 15:28 CDT 
-# Last configured: 2016-07-20 10:11 CDT  by andrew
+# Last configured: 2016-07-20 11:35 CDT  by sky
 # 
 # {master}
 # grnoc-mon at ROUTE-REFLECTOR-OKC-RE0> show interface terse 
@@ -461,7 +461,7 @@
 #tap up up
 #vtep up up
 # grnoc-mon at ROUTE-REFLECTOR-OKC-RE0> show configuration 
-## Last commit: 2016-07-20 10:11:12 CDT by andrew
+## Last commit: 2016-07-20 11:35:05 CDT by sky
 version 15.1F5.15;
 groups {
     re0 {
@@ -1511,7 +1511,7 @@
                 description DOH-MARY-MOHONEY;
             }
             neighbor 10.199.2.38 {
-                description DOH-PURCELL;
+                description "DOH-PURCELL [DECOM]";
             }
             neighbor 10.199.2.42 {
                 description DOH-EL-RENO;
@@ -1529,49 +1529,49 @@
                 description DOH-HOLDENVILLE;
             }
             neighbor 10.199.2.55 {
-                description DOH-OKEMAH;
+                description "DOH-OKEMAH [DECOM]";
             }
             neighbor 10.199.2.57 {
                 description DOH-WILBURTON;
             }
             neighbor 10.199.2.59 {
-                description DOH-EUFAULA;
+                description "DOH-EUFAULA [DECOM]";
             }
             neighbor 10.199.2.62 {
-                description DOH-MARIETTA;
+                description "DOH-MARIETTA [DECOM]";
             }
             neighbor 10.199.2.64 {
                 description DOH-MADILL;
             }
             neighbor 10.199.2.65 {
-                description DOH-HEALDTON;
+                description "DOH-HEALDTON [DECOM]";
             }
             neighbor 10.199.2.66 {
-                description DOH-WAURIKA;
+                description "DOH-WAURIKA [DECOM]";
             }
             neighbor 10.199.2.68 {
                 description DOH-WALTERS;
             }
             neighbor 10.199.2.69 {
-                description DOH-FREDRICK;
+                description "DOH-FREDRICK [DECOM]";
             }
             neighbor 10.199.2.70 {
                 description DOH-ALTUS;
             }
             neighbor 10.199.2.71 {
-                description DOH-HOLLIS;
+                description "DOH-HOLLIS [DECOM]";
             }
             neighbor 10.199.2.73 {
-                description DOH-SAYRE;
+                description "DOH-SAYRE [DECOM]";
             }
             neighbor 10.199.2.74 {
-                description DOH-CLINTON;
+                description "DOH-CLINTON [DECOM]";
             }
             neighbor 10.199.2.75 {
                 description DOH-WEATHERFORD;
             }
             neighbor 10.199.2.80 {
-                description DOH-HUGO;
+                description "DOH-HUGO [DECOM]";
             }
             neighbor 10.199.2.82 {
                 description DOH-TISHIMINGO;
@@ -1604,7 +1604,7 @@
                 description DOH-JAY;
             }
             neighbor 10.199.2.109 {
-                description DOH-VINITA;
+                description "DOH-VINITA [DECOM]";
             }
             neighbor 10.199.2.110 {
                 description DOH-PRYOR;
@@ -1628,7 +1628,7 @@
                 description DOH-GUYMON;
             }
             neighbor 10.199.2.121 {
-                description DOH-BEAVER;
+                description "DOH-BEAVER [DECOM]";
             }
             neighbor 10.199.2.122 {
                 description DOH-MEDFORD;
Index: configs/hub.dun.onenet.net
===================================================================
--- configs/hub.dun.onenet.net	(revision 144803)
+++ configs/hub.dun.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at DUNCAN-M120-RE0> show system commit 
+#   2016-07-20 11:23:51 CDT by sky via cli commit synchronize
 #   2016-07-20 10:03:57 CDT by andrew via cli commit synchronize
 #   2016-06-20 13:56:15 CDT by sean via cli commit synchronize
 #   2016-06-13 14:07:04 CDT by aberrios via cli commit synchronize
 #   2016-04-14 10:51:26 CDT by sean via cli commit synchronize
 #   2016-04-14 10:25:10 CDT by sean via cli commit synchronize
-#   2016-04-13 14:00:28 CDT by andrew via cli commit synchronize
 # grnoc-mon at DUNCAN-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -263,7 +263,7 @@
 # grnoc-mon at DUNCAN-M120-RE0> show system uptime 
 # System booted: 2016-03-15 01:19 CDT 
 # Protocols started: 2016-03-15 01:24 CDT 
-# Last configured: 2016-07-20 10:03 CDT  by andrew
+# Last configured: 2016-07-20 11:23 CDT  by sky
 # 
 # {master}
 # grnoc-mon at DUNCAN-M120-RE0> show interface terse 
@@ -407,7 +407,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at DUNCAN-M120-RE0> show configuration 
-## Last commit: 2016-07-20 10:03:57 CDT by andrew
+## Last commit: 2016-07-20 11:23:51 CDT by sky
 version 13.3R8.7;
 groups {
     re0 {
@@ -755,7 +755,7 @@
         disable;
     }
     t1-2/0/2:10 {
-        description DOH-WAURIKA-T1-CIR0000666-OCS;
+        description "DOH-WAURIKA-T1-CIR0000666-OCS [DECOM]";
         mtu 1518;
         encapsulation cisco-hdlc;
         unit 0 {
Index: configs/core5.okc.onenet.net
===================================================================
--- configs/core5.okc.onenet.net	(revision 144803)
+++ configs/core5.okc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE5-MX480-RE0> show system commit 
+#   2016-07-20 11:21:36 CDT by joel via cli commit synchronize
+#   2016-07-20 11:04:08 CDT by joel via cli commit synchronize
 #   2016-07-20 10:58:07 CDT by joel via cli commit synchronize
 #   2016-07-20 10:19:16 CDT by aberrios via cli commit synchronize
 #   2016-07-20 09:46:31 CDT by andrew via cli commit synchronize
 #   2016-07-19 10:25:52 CDT by sean via cli commit synchronize
-#   2016-07-19 10:17:22 CDT by sean via cli commit synchronize
-#   2016-07-15 14:46:10 CDT by sean via cli commit synchronize
 # grnoc-mon at OKC-CORE5-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -480,7 +480,7 @@
 # grnoc-mon at OKC-CORE5-MX480-RE0> show system uptime 
 # System booted: 2014-09-16 23:50 CDT 
 # Protocols started: 2014-09-16 23:51 CDT 
-# Last configured: 2016-07-20 10:58 CDT  by joel
+# Last configured: 2016-07-20 11:21 CDT  by joel
 # 
 # {master}
 # grnoc-mon at OKC-CORE5-MX480-RE0> show interface terse 
@@ -927,7 +927,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE5-MX480-RE0> show configuration 
-## Last commit: 2016-07-20 10:58:07 CDT by joel
+## Last commit: 2016-07-20 11:21:36 CDT by joel
 version 12.3R7.7;
 groups {
     re0 {
@@ -3251,9 +3251,18 @@
         }
         unit 516 {
             description "PIONEER-ELEMENTARY-SCHOOL-100M-CIR0019240 [ORDERED]";
+            bandwidth 100m;
             vlan-id 516;
             family inet {
-                address 10.0.0.1/30;
+                rpf-check;
+                policer {
+                    input 100M-POL;
+                    output 100M-POL;
+                }
+                sampling {
+                    input;
+                }
+                address 156.110.24.205/30;
             }
         }
         unit 518 {
@@ -3658,6 +3667,7 @@
         route 164.58.23.32/29 next-hop 156.110.34.50;
         route 156.110.25.64/29 next-hop 156.110.26.222;
         route 156.110.27.184/29 next-hop 156.110.26.222;
+        route 164.58.29.176/29 next-hop 156.110.24.206;
     }
     router-id 164.58.199.215;
     autonomous-system 5078;
@@ -13374,10 +13384,6 @@
             }
         }
     }
-    TEST-JOEL {
-        instance-type virtual-router;
-        interface xe-3/0/1.516;
-    }
     VPLS-OMES-2516 {
         description VPLS-OMES;
         instance-type vpls;
Index: configs/hub.tsb.onenet.net
===================================================================
--- configs/hub.tsb.onenet.net	(revision 144803)
+++ configs/hub.tsb.onenet.net	(working copy)
@@ -280,9 +280,9 @@
 #xe-2/0/1.70 up up
 #xe-2/0/1.32767 up up
 #xe-2/0/2 up down
-#xe-2/0/3 up down
-#xe-2/0/3.500 up down
-#xe-2/0/3.32767 up down
+#xe-2/0/3 up up
+#xe-2/0/3.500 up up
+#xe-2/0/3.32767 up up
 #ae0 up up
 #ae0.2521 up up
 #ae0.32767 up up
Index: configs/core6.tul-m7i.onenet.net
===================================================================
--- configs/core6.tul-m7i.onenet.net	(revision 144803)
+++ configs/core6.tul-m7i.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ROUTE-REFLECTOR-TULSA-M7i> show system commit 
+#   2016-07-20 11:36:59 CDT by sky via cli
 #   2016-07-20 10:10:37 CDT by andrew via cli
 #   2016-07-19 20:51:52 CDT by andrew via cli
 #   2016-07-19 16:29:27 CDT by andrew via cli
 #   2016-07-13 22:19:37 CDT by andrew via cli
 #   2016-07-13 16:54:33 CDT by sky via cli
-#   2016-07-13 08:43:35 CDT by andrew via cli
 # grnoc-mon at ROUTE-REFLECTOR-TULSA-M7i> show chassis environment 
 # Class Item                           Status     Measurement
 # Power Power Supply 0                 OK        
@@ -201,7 +201,7 @@
 # grnoc-mon at ROUTE-REFLECTOR-TULSA-M7i> show system uptime 
 # System booted: 2015-06-09 14:58 CDT 
 # Protocols started: 2015-06-09 15:00 CDT 
-# Last configured: 2016-07-20 10:10 CDT  by andrew
+# Last configured: 2016-07-20 11:36 CDT  by sky
 # 
 # grnoc-mon at ROUTE-REFLECTOR-TULSA-M7i> show interface terse 
 #Interface Admin Link
@@ -245,7 +245,7 @@
 #pime up up
 #tap up up
 # grnoc-mon at ROUTE-REFLECTOR-TULSA-M7i> show configuration 
-## Last commit: 2016-07-20 10:10:37 CDT by andrew
+## Last commit: 2016-07-20 11:36:59 CDT by sky
 version 14.2R3.8;
 groups {
     re0 {
@@ -1263,7 +1263,7 @@
                 description DOH-MARY-MOHONEY;
             }
             neighbor 10.199.2.38 {
-                description DOH-PURCELL;
+                description "DOH-PURCELL [DECOM]";
             }
             neighbor 10.199.2.42 {
                 description DOH-EL-RENO;
@@ -1281,49 +1281,49 @@
                 description DOH-HOLDENVILLE;
             }
             neighbor 10.199.2.55 {
-                description DOH-OKEMAH;
+                description "DOH-OKEMAH [DECOM]";
             }
             neighbor 10.199.2.57 {
                 description DOH-WILBURTON;
             }
             neighbor 10.199.2.59 {
-                description DOH-EUFAULA;
+                description "DOH-EUFAULA [DECOM]";
             }
             neighbor 10.199.2.62 {
-                description DOH-MARIETTA;
+                description "DOH-MARIETTA [DECOM]";
             }
             neighbor 10.199.2.64 {
                 description DOH-MADILL;
             }
             neighbor 10.199.2.65 {
-                description DOH-HEALDTON;
+                description "DOH-HEALDTON [DECOM]";
             }
             neighbor 10.199.2.66 {
-                description DOH-WAURIKA;
+                description "DOH-WAURIKA [DECOM]";
             }
             neighbor 10.199.2.68 {
                 description DOH-WALTERS;
             }
             neighbor 10.199.2.69 {
-                description DOH-FREDRICK;
+                description "DOH-FREDRICK [DECOM]";
             }
             neighbor 10.199.2.70 {
                 description DOH-ALTUS;
             }
             neighbor 10.199.2.71 {
-                description DOH-HOLLIS;
+                description "DOH-HOLLIS [DECOM]";
             }
             neighbor 10.199.2.73 {
-                description DOH-SAYRE;
+                description "DOH-SAYRE [DECOM]";
             }
             neighbor 10.199.2.74 {
-                description DOH-CLINTON;
+                description "DOH-CLINTON [DECOM]";
             }
             neighbor 10.199.2.75 {
                 description DOH-WEATHERFORD;
             }
             neighbor 10.199.2.80 {
-                description DOH-HUGO;
+                description "DOH-HUGO [DECOM]";
             }
             neighbor 10.199.2.82 {
                 description DOH-TISHIMINGO;
@@ -1356,7 +1356,7 @@
                 description DOH-JAY;
             }
             neighbor 10.199.2.109 {
-                description DOH-VINITA;
+                description "DOH-VINITA [DECOM]";
             }
             neighbor 10.199.2.110 {
                 description DOH-PRYOR;
@@ -1380,7 +1380,7 @@
                 description DOH-GUYMON;
             }
             neighbor 10.199.2.121 {
-                description DOH-BEAVER;
+                description "DOH-BEAVER [DECOM]";
             }
             neighbor 10.199.2.122 {
                 description DOH-MEDFORD;
Index: configs/core1.sti-mx960.onenet.net
===================================================================
--- configs/core1.sti-mx960.onenet.net	(revision 144803)
+++ configs/core1.sti-mx960.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at STILLWATER-MX960-RE0> show system commit 
+#   2016-07-20 11:08:46 CDT by sean via cli commit synchronize
 #   2016-07-20 10:49:56 CDT by sean via cli commit synchronize
 #   2016-07-20 09:48:07 CDT by andrew via cli commit synchronize
 #   2016-07-19 16:35:32 CDT by sean via cli commit synchronize
 #   2016-07-13 16:04:15 CDT by joel via cli commit synchronize
 #   2016-06-26 21:04:56 CDT by andrew via cli commit synchronize
-#   2016-06-02 13:15:21 CDT by andrew via cli commit synchronize
 # grnoc-mon at STILLWATER-MX960-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -513,7 +513,7 @@
 # grnoc-mon at STILLWATER-MX960-RE0> show system uptime 
 # System booted: 2016-03-20 01:59 CDT 
 # Protocols started: 2016-03-20 02:02 CDT 
-# Last configured: 2016-07-20 10:49 CDT  by sean
+# Last configured: 2016-07-20 11:08 CDT  by sean
 # 
 # {master}
 # grnoc-mon at STILLWATER-MX960-RE0> show interface terse 
@@ -581,6 +581,9 @@
 #ge-0/3/2.502 up up
 #ge-0/3/2.32767 up up
 #ge-0/3/3 up down
+#ge-0/3/3.402 up down
+#ge-0/3/3.502 up down
+#ge-0/3/3.32767 up down
 #ge-0/3/4 up up
 #ge-0/3/4.80 up up
 #ge-0/3/4.498 up up
@@ -774,7 +777,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at STILLWATER-MX960-RE0> show configuration 
-## Last commit: 2016-07-20 10:49:56 CDT by sean
+## Last commit: 2016-07-20 11:08:46 CDT by sean
 version 13.3R8.7;
 groups {
     re0 {
@@ -1368,6 +1371,19 @@
             vlan-id 502;
         }
     }
+    ge-0/3/3 {
+        description "OK-DEPARTMENT-OF-VOTECH-CIR0002415-LINK2 [DECOM] ";
+        vlan-tagging;
+        encapsulation flexible-ethernet-services;
+        unit 402 {
+            encapsulation vlan-bridge;
+            vlan-id 402;
+        }
+        unit 502 {
+            encapsulation vlan-bridge;
+            vlan-id 502;
+        }
+    }
     ge-0/3/4 {
         description MERIDIAN-TECHNICAL-CENTER-CIR0003564;
         flexible-vlan-tagging;
@@ -3294,13 +3310,13 @@
     VLAN_402_CAREER_TECHS {
         vlan-id 402;
         interface ge-0/3/2.402;
-        interface ge-0/3/3.402; ## 'ge-0/3/3.402' is not defined
+        interface ge-0/3/3.402;
         routing-interface irb.402;
     }
     VLAN_502_CAREER_TECHS {
         vlan-id 502;
         interface ge-0/3/2.502;
-        interface ge-0/3/3.502; ## 'ge-0/3/3.502' is not defined
+        interface ge-0/3/3.502;
         routing-interface irb.502;
     }
 }
Index: configs/rpswi1.okc.onenet.net
===================================================================
--- configs/rpswi1.okc.onenet.net	(revision 144802)
+++ configs/rpswi1.okc.onenet.net	(working copy)
@@ -213,8 +213,8 @@
 #ge-0/0/18.0 up up
 #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 down
 #ge-0/0/21.0 up down
 #ge-0/0/22 up down
Index: configs/odmhsas-ofc-tulsa.client.onenet.net
===================================================================
--- configs/odmhsas-ofc-tulsa.client.onenet.net	(revision 144487)
+++ configs/odmhsas-ofc-tulsa.client.onenet.net	(working copy)
@@ -102,8 +102,8 @@
 # 
 # grnoc-mon at ODMHSAS-OKLAHOMA-FORENSIC-CENTER-VINITA-SRX220> show interface terse 
 #Interface Admin Link
-#ge-0/0/0 up up
-#ge-0/0/0.0 up up
+#ge-0/0/0 up down
+#ge-0/0/0.0 up down
 #gr-0/0/0 up up
 #ip-0/0/0 up up
 #lsq-0/0/0 up up
@@ -144,7 +144,7 @@
 #st0.2 up up
 #tap up up
 #vlan up up
-#vlan.3 up up
+#vlan.3 up down
 #vlan.4 up up
 #vlan.10 up down
 #vlan.20 up down
@@ -927,10 +927,7 @@
 # OSPF instance is not running
 # 
 # grnoc-mon at ODMHSAS-OKLAHOMA-FORENSIC-CENTER-VINITA-SRX220> show bfd session 
-                                                  Detect   Transmit
-Address                  State     Interface      Time     Interval  Multiplier
-10.119.20.150            Up        vlan.3         6.000     2.000        3   
 
-1 sessions, 1 clients
-Cumulative transmit rate 0.5 pps, cumulative receive rate 0.5 pps
+0 sessions, 0 clients
+Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
 
Index: configs/hub.ida.onenet.net
===================================================================
--- configs/hub.ida.onenet.net	(revision 144634)
+++ configs/hub.ida.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at IDABEL-M120-RE0> show system commit 
+#   2016-07-20 11:25:03 CDT by sky via cli commit synchronize
 #   2016-06-08 10:01:58 CDT by sean via cli commit synchronize
 #   2016-06-06 10:44:59 CDT by andrew via cli commit synchronize
 #   2016-05-26 13:03:11 CDT by andrew via cli commit synchronize
 #   2016-04-28 19:15:02 CDT by andrew via cli commit synchronize
 #   2016-04-22 18:07:27 CDT by andrew via cli commit synchronize
-#   2016-04-22 18:05:50 CDT by andrew via cli commit synchronize
 # grnoc-mon at IDABEL-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -263,7 +263,7 @@
 # grnoc-mon at IDABEL-M120-RE0> show system uptime 
 # System booted: 2016-03-16 00:52 CDT 
 # Protocols started: 2016-03-16 01:01 CDT 
-# Last configured: 2016-06-08 10:01 CDT  by sean
+# Last configured: 2016-07-20 11:25 CDT  by sky
 # 
 # {master}
 # grnoc-mon at IDABEL-M120-RE0> show interface terse 
@@ -394,7 +394,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at IDABEL-M120-RE0> show configuration 
-## Last commit: 2016-06-08 10:01:58 CDT by sean
+## Last commit: 2016-07-20 11:25:03 CDT by sky
 version 13.3R8.7;
 groups {
     re0 {
@@ -700,7 +700,7 @@
         partition 28 interface-type t1;
     }
     t1-2/0/3:1 {
-        description DOH-HUGO-T1-CIR0000468-OCS;
+        description "DOH-HUGO-T1-CIR0000468-OCS [DECOM]";
         mtu 1518;
         encapsulation cisco-hdlc;
         unit 0 {
Index: configs/hub.ard.onenet.net
===================================================================
--- configs/hub.ard.onenet.net	(revision 144803)
+++ configs/hub.ard.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ARDMORE-M120-RE0> show system commit 
+#   2016-07-20 11:22:06 CDT by sky via cli commit synchronize
+#   2016-07-20 11:20:07 CDT by sky via cli commit synchronize
 #   2016-07-20 10:02:50 CDT by andrew via cli commit synchronize
 #   2016-07-06 22:33:39 CDT by andrew via cli commit synchronize
 #   2016-07-06 20:07:14 CDT by andrew via cli commit synchronize
 #   2016-07-06 20:04:38 CDT by andrew via cli commit synchronize
-#   2016-07-06 17:08:44 CDT by andrew via cli commit synchronize
-#   2016-06-29 23:39:42 CDT by andrew via cli commit synchronize
 # grnoc-mon at ARDMORE-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -265,7 +265,7 @@
 # grnoc-mon at ARDMORE-M120-RE0> show system uptime 
 # System booted: 2016-03-18 00:40 CDT 
 # Protocols started: 2016-03-18 00:44 CDT 
-# Last configured: 2016-07-20 10:02 CDT  by andrew
+# Last configured: 2016-07-20 11:22 CDT  by sky
 # 
 # {master}
 # grnoc-mon at ARDMORE-M120-RE0> show interface terse 
@@ -426,7 +426,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at ARDMORE-M120-RE0> show configuration 
-## Last commit: 2016-07-20 10:02:50 CDT by andrew
+## Last commit: 2016-07-20 11:22:06 CDT by sky
 version 13.3R8.7;
 groups {
     re0 {
@@ -919,7 +919,7 @@
         }
     }
     t1-2/0/2:9 {
-        description DOH-MARIETTA-T1-CIR0000439-OCS;
+        description "DOH-MARIETTA-T1-CIR0000439-OCS [DECOM]";
         mtu 1518;
         encapsulation cisco-hdlc;
         unit 0 {
@@ -949,7 +949,7 @@
         }
     }
     t1-2/0/2:11 {
-        description DOH-HEALDTON-T1-CIR0000641-OCS;
+        description "DOH-HEALDTON-T1-CIR0000641-OCS [DECOM]";
         mtu 1518;
         encapsulation cisco-hdlc;
         unit 0 {



More information about the Nocrancid mailing list