[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Wed Jun 24 17:02:22 CDT 2015


Index: configs/hub.chi.onenet.net
===================================================================
--- configs/hub.chi.onenet.net	(revision 128434)
+++ configs/hub.chi.onenet.net	(working copy)
@@ -291,7 +291,7 @@
 #t1-2/0/2:1 up up
 #t1-2/0/2:1.16 up up
 #t1-2/0/2:1.17 up up
-#t1-2/0/2:2 down down
+#t1-2/0/2:2 down up
 #t1-2/0/2:3 down down
 #t1-2/0/2:4 down down
 #t1-2/0/2:5 down down
Index: configs/hub.sem.onenet.net
===================================================================
--- configs/hub.sem.onenet.net	(revision 128397)
+++ configs/hub.sem.onenet.net	(working copy)
@@ -1,6 +1,8 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at SEMINOLE-M120-RE0> show system commit 
+#   2015-06-24 16:59:31 CDT by andrew via cli commit synchronize
+#   2015-06-24 16:55:43 CDT by andrew via cli commit synchronize
 #   2015-06-07 23:37:11 CDT by root via other
 #     Synchronization with remote Routing Engine
 #   2015-06-07 23:36:57 CDT by root via other
@@ -8,8 +10,6 @@
 #   2015-06-07 23:36:26 CDT by root via other
 #   2015-06-07 23:21:41 CDT by root via other
 #     Synchronization with remote Routing Engine
-#   2015-06-07 22:46:26 CDT by andrew via cli commit synchronize
-#   2015-06-07 22:45:47 CDT by andrew via cli commit synchronize
 # grnoc-mon at SEMINOLE-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -271,14 +271,14 @@
 # -rw-r--r--  1 root  field          0 Dec 15  2010 tracelogs
 # -rw-r--r--  1 root  field          0 Dec 15  2010 tracelogs_jperf
 # -rw-r--r--  1 root  field          0 Dec 15  2010 tracelogs_sem
-# drwxrwxrwt  2 root  wheel        512 Nov 13  2014 vi.recover/
+# drwxrwxrwt  2 root  wheel        512 Jun 24 16:56 vi.recover/
 # total files: 17
 # 
 # {master}
 # grnoc-mon at SEMINOLE-M120-RE0> show system uptime 
 # System booted: 2015-06-07 23:33 CDT 
 # Protocols started: 2015-06-07 23:36 CDT 
-# Last configured: 2015-06-07 23:37 CDT  by root
+# Last configured: 2015-06-24 16:59 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at SEMINOLE-M120-RE0> show interface terse 
@@ -330,7 +330,8 @@
 #t1-2/0/2:5.0 up up
 #t1-2/0/2:6 up up
 #t1-2/0/2:6.0 up up
-#t1-2/0/2:7 up down
+#t1-2/0/2:7 up up
+#t1-2/0/2:7.0 up up
 #t1-2/0/2:8 up up
 #t1-2/0/2:8.0 up up
 #t1-2/0/2:9 up up
@@ -457,13 +458,15 @@
 #lsi up up
 #lsi.0 up up
 #lsi.2 up up
+#lsi.3 up up
+#lsi.4 up up
 #mtun up up
 #pimd up up
 #pime up up
 #pp0 up up
 #tap up up
 # grnoc-mon at SEMINOLE-M120-RE0> show configuration 
-## Last commit: 2015-06-07 23:37:11 CDT by root
+## Last commit: 2015-06-24 16:59:31 CDT by andrew
 version 13.3R6.5;
 groups {
     re0 {
@@ -879,6 +882,12 @@
     }
     t1-2/0/2:7 {
         description "ODOT Reg. Maint Holdenville [ORDERED]";
+        encapsulation cisco-hdlc;
+        unit 0 {
+            family inet {
+                address 10.250.1.1/30;
+            }
+        }
     }
     t1-2/0/2:8 {
         description Wewoka-High-School-T1-CIR0004820-MLPPP-lsq-2/3/0.8;
@@ -1599,6 +1608,59 @@
     prefix-list PRE-L0-SOURCES {
         apply-path "interfaces lo0 unit <*> family inet address <164.*>";
     }
+    prefix-list PRE-BGP-RI-ALLOW {
+        apply-path "routing-instances <*> protocols bgp group <*> neighbor <*>";
+    }
+    policy-statement EBGP-OMES-AGENCY-DATA-SITE-EXPORT {
+        term SEND-DEFAULT {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement EBGP-OMES-AGENCY-DATA-SITE-IMPORT {
+        term REJECT-DEFAULT {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then reject;
+        }
+        term ACCEPT-ALL {
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement EBGP-OMES-MGMT-SITE-EXPORT {
+        term SEND-DEFAULT {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
+    policy-statement EBGP-OMES-MGMT-SITE-IMPORT {
+        term REJECT-DEFAULT {
+            from {
+                route-filter 0.0.0.0/0 exact;
+            }
+            then reject;
+        }
+        term ACCEPT-ALL {
+            then accept;
+        }
+        term REJECT-ALL-ELSE {
+            then reject;
+        }
+    }
     policy-statement LOAD-BALANCE {
         then {
             load-balance per-packet;
@@ -1639,6 +1701,90 @@
             then reject;
         }
     }
+    policy-statement OMES-AGENCY-DATA-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add OMES-AGENCY-DATA-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add OMES-AGENCY-DATA-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add OMES-AGENCY-DATA-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add OMES-AGENCY-DATA-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement OMES-AGENCY-DATA-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community OMES-AGENCY-DATA-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
+    policy-statement OMES-MGMT-VRF-EXPORT {
+        term 1 {
+            from protocol static;
+            then {
+                community add OMES-MGMT-VPN;
+                accept;
+            }
+        }
+        term 2 {
+            from protocol direct;
+            then {
+                community add OMES-MGMT-VPN;
+                accept;
+            }
+        }
+        term 3 {
+            from protocol ospf;
+            then {
+                community add OMES-MGMT-VPN;
+                accept;
+            }
+        }
+        term 4 {
+            from protocol bgp;
+            then {
+                community add OMES-MGMT-VPN;
+                accept;
+            }
+        }
+    }
+    policy-statement OMES-MGMT-VRF-IMPORT {
+        term 1 {
+            from {
+                protocol bgp;
+                community OMES-MGMT-VPN;
+            }
+            then accept;
+        }
+        term 2 {
+            then reject;
+        }
+    }
     policy-statement REDISTRIBUTE-DIRECTS {
         term 1 {
             from protocol direct;
@@ -1720,6 +1866,8 @@
     community Midwest-City members 5078:2;
     community Muskogee members 5078:94;
     community ODOT-VPN members target:5078:2538;
+    community OMES-AGENCY-DATA-VPN members target:5078:2548;
+    community OMES-MGMT-VPN members target:5078:2550;
     community OSUOKC members 5078:50;
     community Okmulgee members 5078:110;
     community Ponca-City members 5078:186;
@@ -1899,6 +2047,7 @@
                 from {
                     prefix-list {
                         PRE-BGP-ALLOW;
+                        PRE-BGP-RI-ALLOW;
                     }
                     protocol tcp;
                     port 179;
@@ -2065,6 +2214,46 @@
             }
         }
     }
+    OMES-AGENCY-DATA-L3VPN {
+        description OMES-AGENCY-DATA-L3VPN;
+        instance-type vrf;
+        route-distinguisher 164.58.199.46:2548;
+        vrf-import OMES-AGENCY-DATA-VRF-IMPORT;
+        vrf-export OMES-AGENCY-DATA-VRF-EXPORT;
+        vrf-target target:5078:2548;
+        vrf-table-label;
+        protocols {
+            bgp {
+                group EBGP-OMES-AGENCY-DATA {
+                    type external;
+                    family inet {
+                        unicast;
+                    }
+                    local-as 64569 loops 3 no-prepend-global-as;
+                }
+            }
+        }
+    }
+    OMES-MGMT-L3VPN {
+        description OMES-MGMT-L3VPN;
+        instance-type vrf;
+        route-distinguisher 164.58.199.46:2550;
+        vrf-import OMES-MGMT-VRF-IMPORT;
+        vrf-export OMES-MGMT-VRF-EXPORT;
+        vrf-target target:5078:2550;
+        vrf-table-label;
+        protocols {
+            bgp {
+                group EBGP-OMES-MGMT {
+                    type external;
+                    family inet {
+                        unicast;
+                    }
+                    local-as 64569 loops 3 no-prepend-global-as;
+                }
+            }
+        }
+    }
     TAGNET-L3VPN {
         description TAGNET-L3VPN;
         instance-type vrf;
Index: configs/core.hut.sei.onenet.net
===================================================================
--- configs/core.hut.sei.onenet.net	(revision 128433)
+++ configs/core.hut.sei.onenet.net	(working copy)
@@ -319,7 +319,7 @@
 #lsi.1050479 up up
 #lsi.1050482 up up
 #lsi.1050483 up up
-#lsi.1050485 up up
+#lsi.1050486 up up
 #me0 up up
 #me0.0 up up
 #mtun up up
Index: configs/core.say.onenet.net
===================================================================
--- configs/core.say.onenet.net	(revision 128433)
+++ configs/core.say.onenet.net	(working copy)
@@ -371,7 +371,7 @@
 #lsi.1069635 up up
 #lsi.1069636 up up
 #lsi.1069637 up up
-#lsi.1069639 up up
+#lsi.1069640 up up
 #mtun up up
 #pimd up up
 #pime up up
Index: configs/core1.dc.onenet.net
===================================================================
--- configs/core1.dc.onenet.net	(revision 128428)
+++ configs/core1.dc.onenet.net	(working copy)
@@ -494,9 +494,9 @@
 #lc-0/2/0.32769 up up
 #pfe-0/2/0 up up
 #pfe-0/2/0.16383 up up
-#ge-0/2/1 up up
-#ge-0/2/1.80 up up
-#ge-0/2/1.32767 up up
+#ge-0/2/1 up down
+#ge-0/2/1.80 up down
+#ge-0/2/1.32767 up down
 #ge-0/2/2 up up
 #ge-0/2/2.0 up up
 #ge-0/2/3 down down
Index: configs/core1.lan-mx80.onenet.net
===================================================================
--- configs/core1.lan-mx80.onenet.net	(revision 128435)
+++ configs/core1.lan-mx80.onenet.net	(working copy)
@@ -191,14 +191,14 @@
 # grnoc-mon at LANGSTON-MX80> show version 
 # Hostname: LANGSTON-MX80 # Model: mx80 # JUNOS Base OS boot [11.4R7.5] # JUNOS Base OS Software Suite [11.4R7.5] # JUNOS Kernel Software Suite [11.4R7.5] # JUNOS Crypto Software Suite [11.4R7.5] # JUNOS Packet Forwarding Engine Support (MX80) [11.4R7.5] # JUNOS Online Documentation [11.4R7.5] # JUNOS Routing Software Suite [11.4R7.5] #  # grnoc-mon at LANGSTON-MX80> file list /var/tmp detail # 
 # /var/tmp:
-# total 1455660
+# total 1458476
 # -rw-r--r--  1 root  field         30 Feb 29  2012 ex.txt
 # drwxr-xr-x  2 root  field        512 Feb 29  2012 gres-tp/
 # -rw-rw----  1 root  field   52711424 Jun 10 15:30 ifinfo.core.0
 # -rw-rw----  1 root  field   52711424 Jun 10 15:37 ifinfo.core.1
 # -rw-rw----  1 root  field   52711424 Jun 10 15:40 ifinfo.core.2
 # -rw-rw----  1 root  field   52711424 Jun 10 15:47 ifinfo.core.3
-# -rw-rw----  1 root  field   30277632 Jun 24 16:00 ifinfo.core.4
+# -rw-rw----  1 root  field   29491200 Jun 24 17:00 ifinfo.core.4
 # drwxrwxrwx  2 root  wheel        512 Aug 13  2012 install/
 # -rw-r--r--  1 eng   field   99542994 May 30  2013 jinstall-ppc-11.4R7.5-domestic-signed.tgz
 # -rw-r--r--  1 upgrades field 150276951 Aug 8   2014 jinstall-ppc-12.3R7.7-domestic-signed.tgz
Index: configs/rpswi1.etn.ex4200.onenet.net
===================================================================
--- configs/rpswi1.etn.ex4200.onenet.net	(revision 128435)
+++ configs/rpswi1.etn.ex4200.onenet.net	(working copy)
@@ -265,8 +265,8 @@
 #ge-0/0/44.0 up down
 #ge-0/0/45 up up
 #ge-0/0/45.0 up up
-#ge-0/0/46 up up
-#ge-0/0/46.0 up up
+#ge-0/0/46 up down
+#ge-0/0/46.0 up down
 #ge-0/0/47 up up
 #ge-0/0/47.0 up up
 #xe-0/1/0 up up
Index: configs/hub.tsb.onenet.net
===================================================================
--- configs/hub.tsb.onenet.net	(revision 128435)
+++ configs/hub.tsb.onenet.net	(working copy)
@@ -200,7 +200,7 @@
 # -rw-rw----  1 root  field   51994624 Oct 24  2013 ifinfo.core.1
 # -rw-rw----  1 root  field   51974144 Oct 24  2013 ifinfo.core.2
 # -rw-rw----  1 root  field   52744192 Oct 24  2013 ifinfo.core.3
-# -rw-rw----  1 root  field   52727808 Jun 24 16:00 ifinfo.core.4
+# -rw-rw----  1 root  field   52727808 Jun 24 17:00 ifinfo.core.4
 # drwxrwxrwx  2 root  wheel        512 Oct 12  2012 install/
 # -rw-rw----  1 root  field   33464320 Mar 3   2014 jdiameterd.core.0
 # -rw-r--r--  1 eng   field   99542994 Apr 23  2013 jinstall-ppc-11.4R7.5-domestic-signed.tgz
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net	(revision 128435)
+++ configs/core3.okc-m120.onenet.net	(working copy)
@@ -424,7 +424,7 @@
 #t1-2/3/0:1:11 up up
 #t1-2/3/0:1:11.0 up up
 #t1-2/3/0:1:12 up up
-#t1-2/3/0:1:12.0 up down
+#t1-2/3/0:1:12.0 up up
 #t1-2/3/0:1:13 up up
 #t1-2/3/0:1:13.0 up up
 #t1-2/3/0:1:14 up up
@@ -1085,8 +1085,8 @@
 #t1-3/3/0:2:22 up down
 #t1-3/3/0:2:22.0 up down
 #t1-3/3/0:2:23 down down
-#t1-3/3/0:2:24 up down
-#t1-3/3/0:2:24.0 up down
+#t1-3/3/0:2:24 up up
+#t1-3/3/0:2:24.0 up up
 #t1-3/3/0:2:25 down down
 #t1-3/3/0:2:26 down down
 #t1-3/3/0:2:27 down down
@@ -1740,8 +1740,8 @@
 #t1-4/1/3:14 up down
 #t1-4/1/3:14.0 up down
 #t1-4/1/3:15 down down
-#t1-4/1/3:16 up down
-#t1-4/1/3:16.0 up down
+#t1-4/1/3:16 up up
+#t1-4/1/3:16.0 up up
 #t1-4/1/3:17 up up
 #t1-4/1/3:17.0 up up
 #t1-4/1/3:18 down down
Index: configs/swi1-rp3f0-3750x.onenet.net
===================================================================
--- configs/swi1-rp3f0-3750x.onenet.net	(revision 128327)
+++ configs/swi1-rp3f0-3750x.onenet.net	(working copy)
@@ -45,10 +45,16 @@
 !NAME: "GigabitEthernet1/1/1", DESCR: "1000BaseSX SFP"
 !PID: Unspecified       , VID:      , SN: P4S13ZJ         
 !
+!NAME: "GigabitEthernet1/1/2", DESCR: "1000BaseSX SFP"
+!PID: Unspecified       , VID:      , SN: AGS081605M9     
+!
 !NAME: "GigabitEthernet1/1/3", DESCR: "1000BaseSX SFP"
 !PID: Unspecified       , VID:      , SN: P4S1C66         
 !
+!NAME: "GigabitEthernet1/1/4", DESCR: "1000BaseSX SFP"
+!PID: Unspecified       , VID:      , SN: AGS081605P2     
 !
+!
 !end show inventory
 !show inventory raw output:
 !NAME: "Cat37xx Stacking", DESCR: "Catalyst 37xx Switch Stack"
@@ -153,6 +159,9 @@
 !NAME: "GigabitEthernet1/1/2 Container", DESCR: "GigabitEthernet Container"
 !PID:                   , VID:      , SN:            
 !
+!NAME: "GigabitEthernet1/1/2", DESCR: "1000BaseSX SFP"
+!PID: Unspecified       , VID:      , SN: AGS081605M9     
+!
 !NAME: "GigabitEthernet1/1/3 Container", DESCR: "GigabitEthernet Container"
 !PID:                   , VID:      , SN:            
 !
@@ -162,6 +171,9 @@
 !NAME: "GigabitEthernet1/1/4 Container", DESCR: "GigabitEthernet Container"
 !PID:                   , VID:      , SN:            
 !
+!NAME: "GigabitEthernet1/1/4", DESCR: "1000BaseSX SFP"
+!PID: Unspecified       , VID:      , SN: AGS081605P2     
+!
 !NAME: "StackPort1", DESCR: "StackPort1"
 !PID:                   , VID:      , SN:            
 !
Index: configs/core.wil.onenet.net
===================================================================
--- configs/core.wil.onenet.net	(revision 128433)
+++ configs/core.wil.onenet.net	(working copy)
@@ -393,7 +393,7 @@
 #lsi.1060745 up up
 #lsi.1060746 up up
 #lsi.1060747 up up
-#lsi.1060749 up up
+#lsi.1060750 up up
 #mtun up up
 #pimd up up
 #pime up up



More information about the Nocrancid mailing list